aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Sat.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-01 19:33:08 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-01 19:33:08 +0100
commitdb79a3f386d3307033e45968eed7b676490c9ffe (patch)
tree3d098cfe5d95a2c60a1b1f7cb7e43fd198fb5e76 /src/hls/Sat.v
parent31b0c9cfbecc4bf9cb3225e4ef3b3e941ae77099 (diff)
parent0ad95850cf12bfecbb25af9721f0626d4f75c687 (diff)
downloadvericert-kvx-db79a3f386d3307033e45968eed7b676490c9ffe.tar.gz
vericert-kvx-db79a3f386d3307033e45968eed7b676490c9ffe.zip
Merge branch 'develop'
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