lean2/tests/lean/implicit6.lean.expected.out
Leonardo de Moura bbaa83e16a feat(frontends/lean): implement relaxed operator compatibility in the parser
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-10 15:42:43 -08:00

11 lines
194 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) (Nat::neg 20)