Skip to content

Commit b6fe83f

Browse files
authored
Merge pull request #501 from FStarLang/_nik_impure_spec_phase1_teq
impure spec elab should also use phase1 matcher
2 parents 2d21b98 + 7a8caea commit b6fe83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checker/Pulse.Checker.ImpureSpec.fst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let prove_this (g: env) (goal: slprop) (ctxt: list slprop) : T.Tac (option (list
8181
match ctxt with
8282
| [] -> false
8383
| c::ctxt ->
84-
if RU.teq_nosmt_force (elab_env g) goal c then
84+
if RU.teq_nosmt_force_phase1 (elab_env g) goal c then
8585
true
8686
else
8787
try_match ctxt

0 commit comments

Comments
 (0)