Liking cljdoc? Tell your friends :D

com.kardans.taxa.flow.cljs


coerce-optsclj

(coerce-opts {:keys [parent hierarchy]
              :or {parent :com.kardans.taxa/ok
                   hierarchy (quote com.kardans.taxa/taxa)}})
source

do-while->cljs

(do-while-> val forms {:keys [hierarchy parent]})
source

parse-argsclj

(parse-args [head & tail :as forms])
source

taxed-letclj/smacro

(taxed-let bindings then)
(taxed-let bindings then else)
(taxed-let bindings opts then else)

Like if-let but tests in taxa with common taxa options {:hierarchy :parent} isa relationship

Like if-let but tests in taxa with common taxa options {:hierarchy :parent}
isa relationship
sourceraw docstring

while->clj/smacro

(while-> start & args)

Thread start through the forms while condition.

Thread start through the forms while condition.
sourceraw docstring

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

× close