Liking cljdoc? Tell your friends :D

fantasy.standard-func


altclj/s

(alt & alts)

(alt ...Alt) -> (... (alt a3 (alt a2 a1)))

(alt ...Alt) -> (... (alt a3 (alt a2 a1)))
sourceraw docstring

apclj/s

(ap & applies)

(ap ...Apply) -> (... (ap a3 (ap a2 a1)))

(ap ...Apply) -> (... (ap a3 (ap a2 a1)))
sourceraw docstring

bimapclj/s

(bimap f1 f2 a)
source

chainclj/s

(chain & args)

(chain ...f Chain) -> (... (chain f2 (chain f1 Chain)))

(chain ...f Chain) -> (... (chain f2 (chain f1 Chain)))
sourceraw docstring

chain-recclj/smultimethod

source

concatclj/s

(concat & semigroups)

(concat ...Semigroup) -> (... (concat a3 (concat a2 a1)))

(concat ...Semigroup) -> (... (concat a3 (concat a2 a1)))
sourceraw docstring

emptyclj/smultimethod

source

equalsclj/s

(equals & setoids)

(equals ...Setoid) -> (... (if (equals a3 (if (equals a2 a1) a1 false)) a1 false)

(equals ...Setoid) -> (... (if (equals a3 (if (equals a2 a1) a1 false)) a1 false)
sourceraw docstring

extendclj/s

(extend & args)

(extend ...f Extend) -> (... (extend f2 (extend f1 Extend)))

(extend ...f Extend) -> (... (extend f2 (extend f1 Extend)))
sourceraw docstring

extractclj/s

(extract a)
source

lteclj/s

(lte & ords)

(lte ...Ord) -> (... (if (lte a3 (if (lte a2 a1) a1 false)) a1 false)

(lte ...Ord) -> (... (if (lte a3 (if (lte a2 a1) a1 false)) a1 false)
sourceraw docstring

mapclj/s

(map & args)

(map ...f) -> (fn [functor] (... (map f2 (map f1 functor)))) (map ...f Functor) -> (... (map f2 (map f1 Functor)))

(map ...f) -> (fn [functor] (... (map f2 (map f1 functor))))
(map ...f Functor) -> (... (map f2 (map f1 Functor)))
sourceraw docstring

ofclj/smultimethod

source

promapclj/s

(promap f1 f2 a)
source

reduceclj/s

(reduce f x a)
source

traverseclj/s

(traverse type-rep f a)
source

zeroclj/smultimethod

source

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

× close