Skip to content

Instantly share code, notes, and snippets.

@xenophobia
Created August 9, 2012 01:09
Show Gist options
  • Save xenophobia/3300145 to your computer and use it in GitHub Desktop.
Save xenophobia/3300145 to your computer and use it in GitHub Desktop.
add :: Int -> Int -> Int
add x y = [egison| (+ #{x} #{y}) :: Int|]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment