Import specialfn.
Definition f x y := x + y
Definition g x y := sin x + y
Definition h x y := x * sin (x + y)
print Environment 3