Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] double "apply" not solved with auto

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] double "apply" not solved with auto


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Bart De Vylder <bartdevylder AT gmail.com>
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] double "apply" not solved with auto
  • Date: Wed, 13 Jun 2012 13:44:26 -0400

On 06/13/2012 01:16 PM, Bart De Vylder wrote:
If I use Hint Extern to match against the goal somehow, I don't see how i can refer to 'some' hypothesis in the context.
I read in the docs that Hint Extern can also be used to match against a hypothesis in the context, but I can't find an example of the syntax to use.

You don't use some special [Hint Extern] support for matching hypotheses. Rather, to the right of the [=>], you write normal Ltac code for hypothesis matching.



Archive powered by MHonArc 2.6.18.

Top of Page