8c8cefcb0c
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
4 lines
No EOL
110 B
Text
4 lines
No EOL
110 B
Text
Definition f x y := x + y
|
|
Definition g x y := sin x + y
|
|
Definition h x y := x * sin (x + y)
|
|
Show Environment 3 |