2014-12-01 05:16:01 +00:00
|
|
|
decidable : Prop → Type₁
|
|
|
|
inhabited : Type → Type
|
2014-12-04 04:32:33 +00:00
|
|
|
measurable : Type → Type
|
2014-12-01 05:16:01 +00:00
|
|
|
nonempty : Type → Prop
|
2014-11-04 01:46:03 +00:00
|
|
|
point : Type → Type → Type
|
2015-04-01 04:53:49 +00:00
|
|
|
setoid : Type → Type
|
2015-04-01 22:09:00 +00:00
|
|
|
subsingleton : Type → Prop
|
2014-12-01 05:16:01 +00:00
|
|
|
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|
|
|
|
decidable : Prop → Type₁
|
|
|
|
inhabited : Type → Type
|
2014-12-04 04:32:33 +00:00
|
|
|
measurable : Type → Type
|
2014-12-01 05:16:01 +00:00
|
|
|
nonempty : Type → Prop
|
2014-11-04 01:46:03 +00:00
|
|
|
point : Type → Type → Type
|
2015-04-01 04:53:49 +00:00
|
|
|
setoid : Type → Type
|
2015-04-01 22:09:00 +00:00
|
|
|
subsingleton : Type → Prop
|
2014-12-01 05:16:01 +00:00
|
|
|
well_founded : Π {A : Type}, (A → A → Prop) → Prop
|