lean2/tests/lean/compact_def.lean

5 lines
129 B
Text
Raw Normal View History

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