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