Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Instantiating "existential" ?2730 meta-variable

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Instantiating "existential" ?2730 meta-variable


chronological Thread 
  • From: "Stefan Monnier" <monnier+lists/coq AT rum.cs.yale.edu>
  • To: Lionel Elie Mamane <lionel AT mamane.lu>
  • Cc: Stefan Monnier <monnier+lists.coq/news/ AT rum.cs.yale.edu>, coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Instantiating "existential" ?2730 meta-variable
  • Date: Tue, 10 Dec 2002 12:33:04 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

> >   (iptr r n)=(iptr ?2570 ?2571)
> 
> Try:
> Lemma xeqx: (A:Set)(x:A)(x=x).
> Proof.
> Reflexivity.
> Qed.

I believe the above is equivalent to

   Definition xeqx := refl_equal.

> And use "Apply xeqx.". I noticed that kind of things helps with
> metavariables.

It makes no difference: I also get `Error: w_Unify'.


        Stefan





Archive powered by MhonArc 2.6.16.

Top of Page