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: "Samuel E. Moelius III" <moelius AT cis.udel.edu>
  • To: muad <muad.dib.space AT gmail.com>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Instantiating existential variables
  • Date: Sat, 07 Mar 2009 18:22:31 -0500
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

muad wrote:

You can do it with an Ltac function that uses [type of] and [assert]

This is almost good enough, we just don't have a way (as far as I am aware)
of asserting (or cutting) such that the term you produce is not opaque in
the original context.

Could someone be a little more specific, e.g., what would a call to this Ltac function look like?

It is not clear to me how you could get the type of an existential variable in Ltac.

Thank you everyone for your help, BTW.  :)

Sam





Archive powered by MhonArc 2.6.16.

Top of Page