(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.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close