lean2/tests/lean/run/record9.lean

8 lines
122 B
Text

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