lean2/tests/lean/bad4.lean

5 lines
110 B
Text
Raw Normal View History

import Int.
variable f {A : Type} (a : A) : A
variable a : Int
definition tst : Bool := (fun x, (f x) > 10) a