test(tests/lean/run/vector): use nat.add
This commit is contained in:
parent
f24eed50af
commit
079bf7f633
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace vector
|
||||||
end
|
end
|
||||||
end) v
|
end) v
|
||||||
|
|
||||||
example : map num.add (1 :: 2 :: vnil) (3 :: 5 :: vnil) = 4 :: 7 :: vnil :=
|
example : map nat.add (1 :: 2 :: vnil) (3 :: 5 :: vnil) = 4 :: 7 :: vnil :=
|
||||||
rfl
|
rfl
|
||||||
|
|
||||||
print definition map
|
print definition map
|
||||||
|
|
Loading…
Reference in a new issue