4ba097a141
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
153 B
Text
6 lines
153 B
Text
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
|