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>
8 lines
No EOL
163 B
Text
8 lines
No EOL
163 B
Text
|
|
Variable magic : Pi (H : Bool), H
|
|
|
|
SetOption pp::notation false
|
|
SetOption pp::coercion true
|
|
Show let a : Int := 1,
|
|
H : a > 0 := magic (a > 0)
|
|
in H |