(defn-traced name doc-string? attr-map? [params*] prepost-map? body)
(defn-traced name
doc-string?
attr-map?
([params*] prepost-map? body)
+
attr-map?)
(defn-traced &form &env & definition)
Traced defn, this variant compiles down to the standard defn, without tracing.
Traced defn, this variant compiles down to the standard defn, without tracing.
(fn-traced fn name? [params*] exprs*)
(fn-traced fn name? ([params*] exprs*) +)
(fn-traced &form &env & definition)
Traced fn, this variant compiles down to the standard fn, without tracing.
Traced fn, this variant compiles down to the standard fn, without tracing.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close