test(tests/lean/run/vector): use nat.add

This commit is contained in:
Leonardo de Moura 2014-11-30 13:53:02 -08:00
parent f24eed50af
commit 079bf7f633

View file

@ -111,7 +111,7 @@ namespace vector
end
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
print definition map