We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10a82c2 + c545c28 commit bb45852Copy full SHA for bb45852
1 file changed
src/checker/Pulse.Checker.Prover.fst
@@ -1271,7 +1271,7 @@ let prove_step (pg: penv) (ctxt goals: list slprop_view)
1271
(fun _ -> prove_first g ctxt goals (prove_pure g ctxt false));
1272
(fun _ -> prove_first g ctxt goals (prove_with_pure g ctxt false));
1273
(fun _ -> prove_first g ctxt goals (eager_intro_lemma_step pg ctxt));
1274
- (fun _ -> prove_first g ctxt goals (intro_lemma_step try_prove_core { pg with penv_allow_amb = false } ctxt));
+ (fun _ -> prove_first g ctxt goals (intro_lemma_step try_prove_core pg ctxt));
1275
]
1276
1277
let rec try_prove_core (pg: penv) (ctxt goals: list slprop_view) : T.Tac (prover_result pg.penv_env ctxt goals) =
0 commit comments