Liking cljdoc? Tell your friends :D

cats.labs.test


applicative-compositionclj/s

(applicative-composition {:keys [ctx gen appf appg eq] :or {eq =}})
source

applicative-homomorphismclj/s

(applicative-homomorphism {:keys [ctx gen f eq] :or {eq =}})
source

applicative-identity-lawclj/s

(applicative-identity-law {:keys [ctx gen eq] :or {eq =}})
source

applicative-interchangeclj/s

(applicative-interchange {:keys [ctx gen appf eq] :or {eq =}})
source

bifunctor-bimap-identityclj/s

(bifunctor-bimap-identity {:keys [gen eq] :or {eq =}})
source

bifunctor-compositionclj/s

(bifunctor-composition {:keys [gen f g eq] :or {eq =}})
source

bifunctor-first-identityclj/s

(bifunctor-first-identity {:keys [gen eq] :or {eq =}})
source

bifunctor-second-identityclj/s

(bifunctor-second-identity {:keys [gen eq] :or {eq =}})
source

first-functor-lawclj/s

(first-functor-law {:keys [gen eq] :or {eq =}})
source

first-monad-lawclj/s

(first-monad-law {:keys [ctx mf gen eq] :or {gen gen/any eq =}})
source

gen-contextclj/s

source

monadplus-associativityclj/s

(monadplus-associativity {:keys [ctx gen eq] :or {eq =}})
source

monadzero-bindclj/s

(monadzero-bind {:keys [ctx gen zero eq] :or {zero (m/mzero ctx) eq =}})
source

monadzero-identity-elementclj/s

(monadzero-identity-element {:keys [ctx gen eq] :or {eq =}})
source

monoid-identity-elementclj/s

(monoid-identity-element {:keys [ctx gen empty eq]
                          :or {empty (m/mempty ctx) eq =}})
source

second-functor-lawclj/s

(second-functor-law {:keys [gen f g eq] :or {eq =}})
source

second-monad-lawclj/s

(second-monad-law {:keys [ctx eq] :or {eq =}})
source

semigroup-associativityclj/s

(semigroup-associativity {:keys [ctx gen eq] :or {eq =}})
source

third-monad-lawclj/s

(third-monad-law {:keys [ctx f g eq] :or {eq =}})
source

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

× close