lean2/tests/lean/overload1.lean.expected.out
Leonardo de Moura d27680d7fc Add support for overloads in the elaborator
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-01 14:54:02 -07:00

10 lines
173 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.

Assumed: N
Assumed: f
Assumed: g
++ ⊥ ++
Set option: lean::pp::notation
f (f true false) true
Assumed: a
Assumed: b
g (g a b) a
f (f true false) false