Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to get a constr_expr?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to get a constr_expr?


Chronological Thread 
  • From: Beta Ziliani <beta AT mpi-sws.org>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to get a constr_expr?
  • Date: Wed, 13 Apr 2016 12:48:02 -0300
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=beta AT mpi-sws.org; spf=Pass smtp.mailfrom=beta AT mpi-sws.org; spf=None smtp.helo=postmaster AT hera.mpi-klsb.mpg.de
  • Ironport-phdr: 9a23:NlLdFhzXEfmQxWrXCy+O+j09IxM/srCxBDY+r6Qd0ewTIJqq85mqBkHD//Il1AaPBtWLra8fwLqO+4nbGkU+or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6anHS+4HYoFwnlMkItf6KuSt6U0p/8h7j60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGx48sgs/M9YUKj8Y79wDfkBVGxnYCgJ45jAsgCLZg+S7DNIWWIP1xFMHgLt7RfgX563vDGs5cRn3yzPF8DqRPgGWDCj5qFqAEvihTsOHzsh8STMldc2i7hU9kHy7ydjypLZNdnGfMF1ebnQKJZDHTJM

I think this will work for me. I'm building the tactic to unify two arguments using Unicoq.

Written from mobile. Excuse my limited communication.

On Apr 13, 2016 12:23 PM, "Matthieu Sozeau" <mattam AT mattam.org> wrote:
Hi Beta,

  You should rather use uconstr and explicitely program which one is interpreted first and pass the sigmas around, merging is bad style. Maybe a hint about your example could help us.

Cheers,
-- Matthieu

On Wed, Apr 13, 2016 at 4:46 PM Beta Ziliani <bziliani AT famaf.unc.edu.ar> wrote:
On Wed, Apr 13, 2016 at 11:24 AM, Pierre-Marie Pédrot <pierre-marie.pedrot AT inria.fr> wrote:
On 13/04/2016 16:14, Beta Ziliani wrote:
> Mmm... Not quite. I have two open_constrs c and c' with sigmas s and s'.
> It looks like in s there are no evars from c' and viceversa :-(

This does not contradict what I said, quite the contrary. Each of your
evarmaps is an extension of the evarmap from the goal, but they are
incomparable between each other. Thus, a good generator of evar leaks.

You should try to merge them...


Sorry, meaning? I don't see anything like a merge for evars in evd.mli. Should I define my own?
 
PMP





Archive powered by MHonArc 2.6.18.

Top of Page