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