Skip to content

Instantly share code, notes, and snippets.

@LukaJCB
Last active August 2, 2016 17:31
Show Gist options
  • Select an option

  • Save LukaJCB/4f38aa3e1c0b995b637ab2e2e67c08b2 to your computer and use it in GitHub Desktop.

Select an option

Save LukaJCB/4f38aa3e1c0b995b637ab2e2e67c08b2 to your computer and use it in GitHub Desktop.
add :: Integer -> Integer -> Integer
add a b = a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment