lean2/tests/lean/lua6.lean.expected.out
Leonardo de Moura 8190d4fed5 feat(lua): allow Lua scripts to update 'global' options
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-12 15:38:00 -08:00

11 lines
375 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: x
Set: lean::pp::notation
⟨lean::pp::notation ↦ false, pp::unicode ↦ true, pp::colors ↦ false⟩
Int::add x 2 :
⟨lean::pp::notation ↦ true, pp::unicode ↦ true, pp::colors ↦ false⟩
x + 2 :
⟨lean::pp::notation ↦ false, pp::unicode ↦ true, pp::colors ↦ false⟩
Assumed: y
Int::add x y :