08718e33dc
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
148 B
Text
6 lines
148 B
Text
Import int.
|
|
Import real.
|
|
Variable f {A : Type} (a : A) : A
|
|
Variable a : Int
|
|
Variable b : Real
|
|
Definition tst : Bool := (fun x y, (f x) > (f y)) a b
|