lean4-htt/tests/lean/run/record9.lean

6 lines
108 B
Text

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