Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] matching a function application?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] matching a function application?


chronological Thread 
  • From: Pierre Letouzey <pierre.letouzey AT inria.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] matching a function application?
  • Date: Tue, 29 Nov 2011 20:19:05 +0100 (CET)



----- Mail original -----
> On Mon, Nov 28, 2011 at 4:15 PM, Chung-Kil Hur 
> <gil.hur AT gmail.com>
> wrote:
> > Use appcontext.
> >
> > Theorem test A (f:A -> A -> Type) (a b :A) : f a b.
> >  match goal with
> >    |- appcontext cxt [ ?g ?x ] => idtac g
> >  end.
> 
> That might be a great thing to add to the documentation :)

Done in the svn :)
Best,
Pierre




Archive powered by MhonArc 2.6.16.

Top of Page