6 lines
108 B
Text
6 lines
108 B
Text
constant fibrant : Type → Prop
|
|
|
|
structure Fib : Type :=
|
|
{type : Type} (pred : fibrant type)
|
|
|
|
check Fib.mk
|