fix(tests/lean/630): adjust test to reflect changes in the standard library
This commit is contained in:
parent
a72ca936c0
commit
0dc674e350
2 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
import data.real
|
||||
import data.pnat
|
||||
open pnat
|
||||
|
||||
print pnat
|
||||
|
||||
print prod
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue