Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] eauto and avoiding non-instantiated existential variables

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] eauto and avoiding non-instantiated existential variables


chronological Thread 
  • From: Edsko de Vries <devriese AT cs.tcd.ie>
  • To: Arnaud Spiwack <Arnaud.Spiwack AT lix.polytechnique.fr>
  • Cc: Coq Club <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] eauto and avoiding non-instantiated existential variables
  • Date: Sun, 11 Nov 2007 11:55:30 +0000
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

> I'm not qualified to answer to this part. But I don't think there is 
> anything general in that direction. There is a command Instantiate 
> (which is undocumented due to a rather poor syntax) which is intented to 
> solve this kind of  problems (finishing a proof which has uninstantiated 
> metavariables). Unfortunately, I can't seem to remember its syntax. If 
> someone does, it might possibly be useful as a temporary fix for your 
> proofs.

Instantiate (1 := ..) (in ..)

to replace the first existential variable.

Edsko





Archive powered by MhonArc 2.6.16.

Top of Page