lean2/tests/lean/compact_def.lean
Leonardo de Moura 8c8cefcb0c feat(frontends/lean/parser): compact definitions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-23 21:24:50 -08:00

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