Liking cljdoc? Tell your friends :D

monnit.core


Alternativeclj/sprotocol

altclj/s

(alt self other)

flat-mapclj/s

(flat-map f mv)

fmapclj/s

(fmap f a)
(fmap f a b)
(fmap f a b c)
(fmap f a b c d)
(fmap f a b c d & args)

Functorclj/sprotocol

-fmapclj/s

(-fmap a f)
(-fmap a f b)
(-fmap a f b c)
(-fmap a f b c d)
(-fmap a f b c d args)

Monadclj/sprotocol

bindclj/s

(bind self f)

pureclj/smultimethod


sconcatclj/s

(sconcat a)
(sconcat a b)
(sconcat a b c)
(sconcat a b c d)
(sconcat a b c d & args)

Semigroupclj/sprotocol

-sconcatclj/s

(-sconcat self b)
(-sconcat self b c)
(-sconcat self b c d)
(-sconcat self b c d args)

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

× close