Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Instantiating existential variables

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Instantiating existential variables


chronological Thread 
  • From: Adam Chlipala <adamc AT hcoop.net>
  • To: Taral <taralx AT gmail.com>
  • Cc: "Samuel E. Moelius III" <moelius AT cis.udel.edu>, "coq-club AT pauillac.inria.fr" <coq-club AT pauillac.inria.fr>
  • Subject: Re: [Coq-Club] Instantiating existential variables
  • Date: Sat, 07 Mar 2009 17:53:37 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Taral wrote:
On Mar 7, 2009, at 9:46 AM, "Samuel E. Moelius III" <moelius AT cis.udel.edu> wrote:

If I have an uninstantiated existential variable, is there a way to supply it interactively, as opposed to supplying it all-in-one-go via instantiate or Existential?

I don't think there's any way to convert an existential into a goal. It sounds useful though.

You can do it with an Ltac function that uses [type of] and [assert] (among other ingredients).





Archive powered by MhonArc 2.6.16.

Top of Page