2015-06-16 11:33:26 -07:00
|
|
|
|
inductive pnat.pnat : Type₁
|
2015-05-26 22:19:42 -07:00
|
|
|
|
constructors:
|
2015-06-16 11:33:26 -07:00
|
|
|
|
pnat.pnat.pos : Π (n : ℕ), nat.gt n (nat.of_num 0) → ℕ+
|
2015-06-25 17:15:16 -07:00
|
|
|
|
inductive prod : Type → Type → Type
|
|
|
|
|
constructors:
|
|
|
|
|
prod.mk : Π {A : Type} {B : Type}, A → B → A × B
|