(Type u) is the old (Type (u+1)) (PType u) is the old (Type u) Type* is the old (Type (_+1)) PType* is the old Type* The stdlib can be compiled, but we still have > 70 broken tests See discussion at #1341
6 lines
126 B
Text
6 lines
126 B
Text
constant {u} fibrant : Type u → Prop
|
|
|
|
structure {u} Fib : Type (u+1) :=
|
|
{type : Type u} (pred : fibrant type)
|
|
|
|
check Fib.mk
|