7726ccad28
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
152 B
Text
6 lines
152 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
|
|
Show Environment 1
|