lean2/tests/lean/abst.lean
2014-01-08 17:25:14 -08:00

6 lines
197 B
Text

import Int.
axiom PlusComm(a b : Int) : a + b == b + a.
variable a : Int.
check (funext (fun x : Int, (PlusComm a x))).
set::option pp::implicit true.
check (funext (fun x : Int, (PlusComm a x))).