We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d21b98 + 7a8caea commit b6fe83fCopy full SHA for b6fe83f
src/checker/Pulse.Checker.ImpureSpec.fst
@@ -81,7 +81,7 @@ let prove_this (g: env) (goal: slprop) (ctxt: list slprop) : T.Tac (option (list
81
match ctxt with
82
| [] -> false
83
| c::ctxt ->
84
- if RU.teq_nosmt_force (elab_env g) goal c then
+ if RU.teq_nosmt_force_phase1 (elab_env g) goal c then
85
true
86
else
87
try_match ctxt
0 commit comments