aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Sat.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-27 18:14:33 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-27 20:23:31 +0100
commit02ca043e9c2d2aec31aec5a323535924a4414696 (patch)
treef93d50466958960eb7ded7b333ae1619933a640b /src/hls/Sat.v
parenta6fb1adadcf2421b76cde649369f457a2a9ed66c (diff)
downloadvericert-kvx-02ca043e9c2d2aec31aec5a323535924a4414696.tar.gz
vericert-kvx-02ca043e9c2d2aec31aec5a323535924a4414696.zip
Add dependencies for Alectryon documentation
Update README on the status of Vericert
Diffstat (limited to 'src/hls/Sat.v')
-rw-r--r--src/hls/Sat.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hls/Sat.v b/src/hls/Sat.v
index 9549947..679f5ec 100644
--- a/src/hls/Sat.v
+++ b/src/hls/Sat.v
@@ -202,9 +202,9 @@ Local Hint Resolve satLit_contra : core.
obligations that it can't solve, or obligations that it takes 42 years to
solve.
However, if you think enough like me, each of the four definitions you fill in
- should read like: [[
+ should read like:
refine some_expression_with_holes; clear function_name; magic_solver.
-]] leaving out the [clear] invocation for non-recursive function definitions.
+ leaving out the [clear] invocation for non-recursive function definitions.
*)
Ltac magic_solver := simpl; intros; subst; intuition eauto; firstorder;
match goal with