250cf70410
Move them to the main test directory Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
4 lines
123 B
Text
4 lines
123 B
Text
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
|