Created
December 23, 2015 23:13
-
-
Save patrickgombert/7c97dc10366bf92afb43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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