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: Matthieu Sozeau <mattam AT mattam.org>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to get a constr_expr?
  • Date: Wed, 13 Apr 2016 15:22:00 +0000
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=mattam AT mattam.org; spf=Pass smtp.mailfrom=matthieu.sozeau AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f42.google.com
  • Ironport-phdr: 9a23:BRiUMhW0OSo2etRP1gDuC9Cq1d7V8LGtZVwlr6E/grcLSJyIuqrYZhKOt8tkgFKBZ4jH8fUM07OQ6PCwHzFbqsbZ+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq82VPl4D1GL1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu3SNp41Rr1ADTkgL3t9pIiy7UGCHkOz4S43VXxeuR5VCUCR5xbjG5z1ryHSt+xn2SDcM9egHp4uXjH3yq53VB/phTpPDDkr/WjKwph1hb5HqReJohVj34fRJoaPO6wtLevmYdoGSD8ZDY5qXCtbD9b5NtNXAg==

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