Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] No global reference exists for projection value

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] No global reference exists for projection value


Chronological Thread 
  • From: Cyril Cohen <cohen AT crans.org>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] No global reference exists for projection value
  • Date: Wed, 06 Nov 2013 14:38:42 +0100

Oh, and the reason your structure is not used during inference might come from
the fact that vanilla Coq tactics (I mean, non ssreflect tactics) are not all
canonical structure enabled (or at least it used to be the case).
Please "Print Canonical Projections" to check if your structure is registered
for the "sort" projection, and try using refine instead of Coq's apply.
Again, it would be easier to understand with a full example.
--
Cyril




Archive powered by MHonArc 2.6.18.

Top of Page