9 lines
122 B
Text
9 lines
122 B
Text
|
import logic
|
||
|
|
||
|
constant fibrant : Type → Prop
|
||
|
|
||
|
structure Fib : Type :=
|
||
|
{type : Type} (pred : fibrant type)
|
||
|
|
||
|
check Fib.mk
|