10 lines
338 B
Text
10 lines
338 B
Text
decidable : Prop → Type₁
|
|
inhabited : Type → Type
|
|
nonempty : Type → Prop
|
|
point : Type → Type → Type
|
|
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|
|
decidable : Prop → Type₁
|
|
inhabited : Type → Type
|
|
nonempty : Type → Prop
|
|
point : Type → Type → Type
|
|
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|