lean2/tests/lean/let3.lean

8 lines
151 B
Text
Raw Normal View History

Variable magic : Pi (H : Bool), H
Set pp::notation false
Set pp::coercion true
Show let a : Int := 1,
H : a > 0 := magic (a > 0)
in H