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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close