lean4-htt/tests/lean/run/record9.lean
2017-03-09 18:41:19 -08:00

6 lines
127 B
Text

constant {u} fibrant : Type u → Prop
structure {u} Fib : Type (u+1) :=
{type : Type u} (pred : fibrant type)
#check Fib.mk