Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Universe polymorphism

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Universe polymorphism


chronological Thread 
  • From: Adam Chlipala <adamc AT cs.berkeley.edu>
  • To: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] Universe polymorphism
  • Date: Sun, 15 Apr 2007 08:10:17 -0700
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Lauri Alanko wrote:
I'm wondering about the prospects of universe polymorphism in Coq. The
idea has been around for ages, and every now and then someone stumbles
into a universe inconsistency while trying to do neat self-referential
tricks, so obviously there would be use for the feature.

You can often get around this by turning on -impredicative-set and using Set in place of Type. You get the restrictions on elimination of large inductive types, but often you can work around them.





Archive powered by MhonArc 2.6.16.

Top of Page