Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] minimal example for "tac; tac in H; tac in *"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] minimal example for "tac; tac in H; tac in *"


Chronological Thread 
  • From: Jason Gross <jasongross9 AT gmail.com>
  • To: t x <txrev319 AT gmail.com>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] minimal example for "tac; tac in H; tac in *"
  • Date: Wed, 14 Aug 2013 12:38:05 -0400

You're looking for the "Tactic Notation" vernacular command.

-Jason

On Wednesday, August 14, 2013, t x wrote:
Hi,

  Can someone point me at documentation / minimal example (or even the right keyword to google for this) for designing a Ltac

Ltac tac := ...

s.t.

"tac;" --> idtac "case 0"
"tac in H;" --> idtac H;
"tac in *;" --> idtac "all"

Thanks!



Archive powered by MHonArc 2.6.18.

Top of Page