Skip to Content.
Sympa Menu

coq-club - Universes and Coq V7: not so good.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Universes and Coq V7: not so good.


chronological Thread 
  • From: Randy Pollack <rap AT dcs.ed.ac.uk>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Universes and Coq V7: not so good.
  • Date: Thu, 15 Feb 2001 19:12:15 +0000

Oops.  In my last message I suggested that Coq V7 did better job at
universe polymorphism than Coq V6.3.1.  Another experiment shows that
Coq V7 accepts too much: 

 Reset Initial.
 Parameter K: (T:Type)T->T.
 Check (K ((T:Type)T->T) K).

This is accepted by Coq V7.0beta, but should be rejected.  There is no
question of polymorphism here, as K is a parameter, not defined.

Randy





Archive powered by MhonArc 2.6.16.

Top of Page