Skip to content

Instantly share code, notes, and snippets.

@LukaHorvat
Created November 17, 2014 17:53
Show Gist options
  • Save LukaHorvat/adad6d9b8641f288ebbd to your computer and use it in GitHub Desktop.
Save LukaHorvat/adad6d9b8641f288ebbd to your computer and use it in GitHub Desktop.
class Hashable a where
hash :: Bits b => a -> b
instance Hashable Int where
hash = id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment