Skip to content

Instantly share code, notes, and snippets.

@kvanbere
Created December 15, 2017 10:26
Show Gist options
  • Save kvanbere/b1122cc46d372827ea4e8988933d6af4 to your computer and use it in GitHub Desktop.
Save kvanbere/b1122cc46d372827ea4e8988933d6af4 to your computer and use it in GitHub Desktop.
(+) :: Int -> Int -> Int
(I# a) + (I# b) = I# (a +# b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment