lean2/tests/lean/bad7.lean

7 lines
153 B
Text
Raw Normal View History

import Real.
variable f {A : Type} (a b : A) : Bool
variable a : Int
variable b : Real
definition tst : Bool := (fun x y, f x y) a b
print environment 1