lean2/tests/lean/push.lean.expected.out
Leonardo de Moura 79fa6e4940 feat(frontends/lean): Scopes in the default Lean frontend
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-18 17:40:21 -08:00

13 lines
297 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: first
Assumed: a
Assumed: b
Assumed: c
Assumed: f
f a
Error (line: 10, pos: 5) unknown identifier 'f'
Variable first : Bool
10 + 20 :
Error (line: 19, pos: 9) unknown identifier '++'
Error (line: 21, pos: 0) main scope cannot be removed