Liking cljdoc? Tell your friends :D

day8.re-frame.tracing


defn-tracedclj/s≠macro

clj
(defn-traced name doc-string? attr-map? [params*] prepost-map? body)
(defn-traced name
             doc-string?
             attr-map?
             ([params*] prepost-map? body)
             +
             attr-map?)
cljs
(defn-traced & 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.
sourceraw docstring

fn-tracedclj/s≠macro

clj
(fn-traced fn name? [params*] exprs*)
(fn-traced fn name? ([params*] exprs*) +)
cljs
(fn-traced & 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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close