coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- 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] ltac "remember _ as _ eqn: _" ignoring eqn name
- Date: Mon, 24 Jun 2013 23:51:04 -0400
Remove the space after "eqn:". I'm not sure why this doesn't raise a warning or error, as remember doesn't otherwise take multiple arguments...
-Jason
On Mon, Jun 24, 2013 at 10:08 PM, t x <txrev319 AT gmail.com> wrote:
Hi,Consider the following block of code:== BEGIN ==Ltac simp_rem v :=let nV := fresh "var_" inlet nH := fresh "H_eq_var_" inremember v as nV eqn: nH.Lemma lem_000:forall (a : nat), (a+2) = 2.Proof.intro a.simp_rem (a+2).Abort.== END ==The output I get is:1 subgoala : natvar_ : natnH : var_ = a + 2====================================================================== (1/1)var_ = 2I like the fact that the newly introduced var has prefix "var_"I don't like the fact that the equation is named nH instead of something with prefix "H_eq_var_"It is important to me that (1) I don't clash with existing hypothesis names and (2) I know the name of the newly introduced equation so that I can apply other transforms to it.Question:1) What am I doing wrong?2) How do I fix this?
- [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, t x, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, Jason Gross, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, t x, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, Jason Gross, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, t x, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, Jason Gross, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, t x, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, Jason Gross, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, t x, 06/25/2013
- Re: [Coq-Club] ltac "remember _ as _ eqn: _" ignoring eqn name, Jason Gross, 06/25/2013
Archive powered by MHonArc 2.6.18.