250cf70410
Move them to the main test directory Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
3 lines
98 B
Text
3 lines
98 B
Text
Variable f {A : Type} (a : A) : A
|
|
Variable a : Int
|
|
Definition tst : Bool := (fun x, (f x) > 10) a
|