aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/Sat.v
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-29 22:03:06 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-29 22:03:06 +0100
commit5d42b5fc8b24492f4457ccd541751db869fefc20 (patch)
treedb3b7aaf01b76cd55e9d490dcbf40ebec84508f9 /src/hls/Sat.v
parentbb5695f5bcb9f3c3c7948c0f3a36da55ba5dcbcf (diff)
parentab1e748f622f4345a3fc13ebbdbc8f223bd10e5c (diff)
downloadvericert-5d42b5fc8b24492f4457ccd541751db869fefc20.tar.gz
vericert-5d42b5fc8b24492f4457ccd541751db869fefc20.zip
Merge remote-tracking branch 'origin/develop' into 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