Skip to Content.
Sympa Menu

coq-club - [Coq-Club] a problem with canonical structures

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] a problem with canonical structures


chronological Thread 
  • From: Vladimir Voevodsky <vladimir AT ias.edu>
  • To: Coq-Club Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] a problem with canonical structures
  • Date: Sun, 17 Apr 2011 15:08:30 -0400

Consider the following code:


Variable T:Type.
Variable P:T ->  Type.

Structure TP: Type := {pr1:>T ; pr2:P pr1}.

Variable  X:TP.

Canonical Structure X.

Coq complains that  "Error: X is not a structure object.". What is then a 
"structure object"?

Thanks!
Vladimir.






Archive powered by MhonArc 2.6.16.

Top of Page