lean2/tests/lean/implicit7.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

12 lines
276 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
Assumed: g
10 ; ; ⊥ : Bool
10 ; 10 ; :
Set: lean::pp::notation
g 10 ⊥ : Bool
f 10 10 :
Set: lean::pp::implicit
g::explicit Bool 10 Bool ⊥ : Bool
f::explicit 10 Bool 10 :