1f304ad4b9
This commit also replaces many occurrences of 'binders' with 'binder'.
5 lines
179 B
Text
5 lines
179 B
Text
definition pnat.pnat : Type₁ :=
|
||
{n : ℕ | nat.gt n (nat.of_num 0)}
|
||
inductive prod : Type → Type → Type
|
||
constructors:
|
||
prod.mk : Π {A : Type} {B : Type}, A → B → A × B
|