Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Qed and Universes

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Qed and Universes


chronological Thread 
  • From: Gregory Malecha <gmalecha AT eecs.harvard.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Qed and Universes
  • Date: Fri, 24 Feb 2012 15:39:27 -0500
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of gmalecha AT eecs.harvard.edu designates 10.182.1.104 as permitted sender) smtp.mail=gmalecha AT eecs.harvard.edu

Hello,

Is it possible for [Qed] to generate additional universe constraints? I'm working on a proof like this:

Theorem ...
Proof. 
  tactic.
 
  Set Printing Universes.
  Print Universes "universes".
Qed.

The final [Qed] fails, but when I look at the dump of the constraints in the universes file (the file can be found at: http://www.people.fas.harvard.edu/~gmalecha/universes), there is nothing inconsistent about them (I checked this using the yices smt solver). If it is possible for [Qed] to generate new constraints, is there any way to get the constraint set after it generates them so that I can find the cycle? (I'm experiencing this issue in 8.3pl2)

Thank you.

--
gregory malecha
http://www.people.fas.harvard.edu/~gmalecha/




Archive powered by MhonArc 2.6.16.

Top of Page