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