lean2/tests/lean/630.lean.expected.out
2015-05-26 22:19:42 -07:00

7 lines
245 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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