Skip to content
Snippets Groups Projects
Commit 6058645c authored by Ike Mulder's avatar Ike Mulder
Browse files

Display shelved goals without BehindModal

parent 06c959ab
No related branches found
No related tags found
No related merge requests found
Pipeline #83918 failed
......@@ -81,7 +81,7 @@ Ltac trySolvePurePreSplit Δφ R :=
(* somehow prepending idtac changes the semantics and makes it work like intentioned...?*)
(idtac; fail 1 "Pure condition"φ"needs to be proved now!"))
(* final option: solve it now, and if unsuccesful, shelve it *)
| split; [first [solve [maybeIPureIntro; trySolvePure] | shelve] | ] ].
| split; [first [solve [maybeIPureIntro; trySolvePure] | (change φ with φr; shelve)] | ] ].
Ltac introStepNT namer_tac := (* used for iReIntro tactic *)
(simplify_eq; subst) ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment