Skip to content

Instantly share code, notes, and snippets.

@patrickgombert
Created December 23, 2015 23:13
Show Gist options
  • Save patrickgombert/7c97dc10366bf92afb43 to your computer and use it in GitHub Desktop.
Save patrickgombert/7c97dc10366bf92afb43 to your computer and use it in GitHub Desktop.
user=> (#{} 1 "not found")
ArityException Wrong number of args (2) passed to: PersistentHashSet clojure.lang.AFn.throwArity (AFn.java:429)
user=> ((transient #{}) 1 "not found")
"not found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment