lean2/tests/lean/implicit6.lean.expected.out
Leonardo de Moura c3bc6afb12 refactor(library/arith): move int and nat declarations to .lean files.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 10:32:14 -08:00

11 lines
207 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.

Set: pp::colors
Set: pp::unicode
Assumed: f
+ ⊥
10 + 20
10 + - 20
Set: lean::pp::notation
Set: lean::pp::coercion
f
Nat::add 10 20
Int::add (nat_to_int 10) (Int::neg (nat_to_int 20))