Skip to content

test_02_two_function

David Pollak edited this page Feb 25, 2013 · 3 revisions

Two functions

This is an example of defining two functions.

f a = a /* a multiline example */

f2 b = b
```