Liking cljdoc? Tell your friends :D

promisefx.fx.monad


bindclj/smacro

(bind mv f)
(bind m mv f)
source

bind'clj/s

(bind' mv f)
(bind' m mv f)
source

defletscljmacro

(deflets letsym-ctx-map)

given a map of syms to monadic contexts, def a series of mlet shortcut macros

given a map of syms to monadic contexts, def a series of
mlet shortcut macros
sourceraw docstring

guardclj/s

(guard m v)
source

mletcljmacro

(mlet & args)
source

mlet*clj

(mlet* m bindings & body)

mostly taken from funcool/cats.core

mostly taken from funcool/cats.core
sourceraw docstring

returnclj/smacro

(return v)
(return m v)
source

return'clj/s

(return' m v)
source

with-contextcljmacro

(with-context ctx & body)
source

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

× close