chore(library): add 'universe polymorphism' to list of extra feat
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
5eedca08ea
commit
99438f0ee0
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ following packages:
|
||||||
Lean's default logical framework is a version of the Calculus of Constructions with:
|
Lean's default logical framework is a version of the Calculus of Constructions with:
|
||||||
|
|
||||||
* an impredicative, proof-irrelevant type `Prop` of propositions
|
* an impredicative, proof-irrelevant type `Prop` of propositions
|
||||||
|
* univerve polymorphism
|
||||||
* a non-cumulative hierarchy of universes, `Type 1`, `Type 2`, ... above `Prop`
|
* a non-cumulative hierarchy of universes, `Type 1`, `Type 2`, ... above `Prop`
|
||||||
* inductively defined types
|
* inductively defined types
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue