lean2/tests/lean/run/record9.lean

9 lines
122 B
Text
Raw Normal View History

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