lean2/tests/lean/630.lean.expected.out

8 lines
245 B
Text
Raw Normal View History

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