lean4-htt/old_tests/tests/lean/run/record9.lean
2018-04-10 12:56:55 -07: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