fix(tests/lean/630): adjust test to reflect changes in the standard library

This commit is contained in:
Leonardo de Moura 2015-06-16 11:33:26 -07:00
parent a72ca936c0
commit 0dc674e350
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
import data.real
import data.pnat
open pnat
print pnat
print prod

View file

@ -1,6 +1,6 @@
inductive pnat : Type₁
inductive pnat.pnat : Type₁
constructors:
pnat.pos : Π (n : ), nat.gt n (nat.of_num 0) → +
pnat.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