Skip to content

Instantly share code, notes, and snippets.

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