lean2/tests/lean/bad7.lean

6 lines
139 B
Text
Raw Normal View History

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
Show Environment 1