2014-01-01 21:52:25 +00:00
|
|
|
Import Int.
|
2013-09-06 17:06:26 +00:00
|
|
|
|
|
|
|
Variable magic : Pi (H : Bool), H
|
|
|
|
|
2013-12-19 05:18:45 +00:00
|
|
|
SetOption pp::notation false
|
|
|
|
SetOption pp::coercion true
|
2013-09-06 17:06:26 +00:00
|
|
|
Show let a : Int := 1,
|
|
|
|
H : a > 0 := magic (a > 0)
|
|
|
|
in H
|