We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab90016 commit fd0b50fCopy full SHA for fd0b50f
README.adoc
@@ -887,6 +887,7 @@ Follow ``clojure.core``'s example for idiomatic names like `pred` and `coll`.
887
** `pred` - a predicate closure
888
** `& more` - variadic input
889
** `xf` - xform, a transducer
890
+ ** `ns` - namespacefootnote:[Technically this will shadow the `ns` macro, but it's extremely unlikely you'll ever need it in the body of a function.]
891
* in macros:
892
** `expr` - an expression
893
** `body` - a macro body
0 commit comments