Skip to content

Instantly share code, notes, and snippets.

@hoeck
Created May 20, 2010 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoeck/407710 to your computer and use it in GitHub Desktop.
Save hoeck/407710 to your computer and use it in GitHub Desktop.
(.hashCode Bar)
13791638
13791638
(deftype X [])
(.hashCode X)
24602282
(deftype X [])
(.hashCode X)
24602282
(deftype X [x])
(.hashCode X)
12749408
(deftype X [])
(.hashCode X)
18798979
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment