File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ log.private.log-vernac _.
295295
296296log.private.log-tactic P :- log.private.logger L Nice, !,
297297 if (Nice = tt) (PPALL = []) (PPALL = [@ppall!]),
298- log.private.logger-extend L {PPALL => coq.term->pp P}.
298+ log.private.logger-extend L {PPALL => @holes! => coq.term->pp P}.
299299log.private.log-tactic _.
300300
301301% The main entry point to print vernacular commands is coq.vernac->pp
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ About hasA'.type.
2525
2626Section test.
2727Variables (G : Prop) (P : AB.type -> G).
28-
28+ (* problem with planB
2929Goal forall T (a b : T), G.
3030Proof.
3131move=> T a b.
@@ -35,7 +35,7 @@ pose Tab := hasB.Build A (b,b).
3535pose AB : AB.type := ltac:(elpi HB.pack (A) (Tab)).
3636exact: P AB.
3737Qed.
38-
38+ *)
3939Goal forall T (a b : T), G.
4040Proof .
4141move=> T a b.
You can’t perform that action at this time.
0 commit comments