lean2/tests/lean/eq1.lean

6 lines
81 B
Text
Raw Normal View History

Import int.
Variable i : Int
Check i = 0
SetOption pp::coercion true
Check i = 0