Skip to content

Instantly share code, notes, and snippets.

@michaelt
Forked from mwotton/gist:2632556
Created May 8, 2012 04:31
Show Gist options
  • Save michaelt/2632582 to your computer and use it in GitHub Desktop.
Save michaelt/2632582 to your computer and use it in GitHub Desktop.
(☃) :: Int -> Int -> Int
x ☃ y = x + y
main = print $ 0 ☃ 1 ☃ 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment