lean2/tests/lean/compact_def.lean
Leonardo de Moura 4401b390fe refactor(library/arith): do not load specialfn by default
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 11:25:43 -08:00

5 lines
No EOL
128 B
Text

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