Skip to content

Instantly share code, notes, and snippets.

View mhalverson's full-sized avatar

Matt Halverson mhalverson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mhalverson on github.
  • I am mhalverson (https://keybase.io/mhalverson) on keybase.
  • I have a public key whose fingerprint is 932E 7697 CC2B B3A2 B371 9456 7FEF EBA9 CA43 F64F

To claim this, I am signing this object:

(defrecord Foo [bar])
(= (->Foo 42) #user.Foo{:bar 42});; this evaluates to true, as expected
(defrecord Foo [bar])
(= (->Foo 42) #user.Foo{:bar 42});; this evaluates to false!