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: Taral <taralx AT gmail.com>
  • To: Yves Bertot <Yves.Bertot AT sophia.inria.fr>
  • 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: Mon, 9 Mar 2009 10:37:42 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dYy20JCErdE7wN37A12eXRShPTHEAgCw8YVM3UojxrhzT1FNrH5uyGW/BmKXa3ouLw peY3Ek8qnO0cprvOuLErB7u712p5bDNT883p9t5o21zsbT/1toPcQg/OzSB6/YY14b59 sHtTmxeQ9CKJTjYVc7JiHuoZVAWHYDFHo4wrk=
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

On Mon, Mar 9, 2009 at 12:21 AM, Yves Bertot
<Yves.Bertot AT sophia.inria.fr>
 wrote:
> Would that fit the need?

Yes, so long as the substituted term was transparent. Much of the
difficulty comes when you have things like this:

let (p1,_) = ?12 in let (_, p2) = p1 in ...

The e* tactics can't unify this the way I want them to. What I
frequently want is to convert this to a goal of the form:

{ x : T | let (p1,_) = x in let (_, p2) = p1 in ... }

-- 
Taral 
<taralx AT gmail.com>
"Please let me know if there's any further trouble I can give you."
    -- Unknown





Archive powered by MhonArc 2.6.16.

Top of Page