(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
4 lines
130 B
Text
4 lines
130 B
Text
check (λ {A : Type} (a : A), a) (10:num)
|
|
set_option trace.app_builder true
|
|
check (λ {A} (a : A), a) 10
|
|
check (λ a, a) (10:num)
|