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