Liking cljdoc? Tell your friends :D

xiana.core


apply-flow->cljmacro

(apply-flow-> state & queue)

Simple macro that applies Haskell-style left associative bind to a queue of functions.

Simple macro that applies Haskell-style left associative bind to a
queue of functions.
sourceraw docstring

errorclj

source

error?clj

source

extractclj

source

flow->cljmacro

(flow-> state & forms)

Expand a single form to (form) or the sequence of forms to: (lambda (x) (form1 x), (lambda (x) (form2 x)) ... and perform Haskell-style left-associative bind using the monad.either/right context (wrapped).

Expand a single form to (form) or the sequence of forms to:
(lambda (x) (form1 x), (lambda (x) (form2 x)) ...
and perform Haskell-style left-associative bind using the
monad.either/right context (wrapped).
sourceraw docstring

okclj

source

ok?clj

source

Stateclj

source

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

× close