Skip to content

Commit bb45852

Browse files
authored
Merge pull request #590 from FStarLang/gebner_amb_intro
Allow ambiguous unification in intro lemmas.
2 parents 10a82c2 + c545c28 commit bb45852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/checker/Pulse.Checker.Prover.fst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ let prove_step (pg: penv) (ctxt goals: list slprop_view)
12711271
(fun _ -> prove_first g ctxt goals (prove_pure g ctxt false));
12721272
(fun _ -> prove_first g ctxt goals (prove_with_pure g ctxt false));
12731273
(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));
1274+
(fun _ -> prove_first g ctxt goals (intro_lemma_step try_prove_core pg ctxt));
12751275
]
12761276

12771277
let rec try_prove_core (pg: penv) (ctxt goals: list slprop_view) : T.Tac (prover_result pg.penv_env ctxt goals) =

0 commit comments

Comments
 (0)