dd72269b13
It is not nice to have Set as a reserved keyword. See example examples/lean/set.lean Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
9 lines
159 B
Text
9 lines
159 B
Text
Variable N : Type
|
|
Variable a : N
|
|
Variable b : N
|
|
Show a = b
|
|
Check a = b
|
|
SetOption lean::pp::implicit true
|
|
Show a = b
|
|
Show (Type 1) = (Type 1)
|
|
Show true = false
|