8 lines
245 B
Text
8 lines
245 B
Text
|
inductive pnat : Type₁
|
|||
|
constructors:
|
|||
|
pnat.pos : Π (n : ℕ), nat.gt n (nat.of_num 0) → ℕ+
|
|||
|
structure prod : Type → Type → Type
|
|||
|
fields:
|
|||
|
prod.pr1 : Π {A : Type} {B : Type}, A × B → A
|
|||
|
prod.pr2 : Π {A : Type} {B : Type}, A × B → B
|