Liking cljdoc? Tell your friends :D

cats.labs.test


applicative-compositionclj/s

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

applicative-homomorphismclj/s

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

applicative-identity-lawclj/s

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

applicative-interchangeclj/s

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

bifunctor-bimap-identityclj/s

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

bifunctor-compositionclj/s

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

bifunctor-first-identityclj/s

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

bifunctor-second-identityclj/s

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

first-functor-lawclj/s

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

first-monad-lawclj/s

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

gen-contextclj/s


monadplus-associativityclj/s

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

monadzero-bindclj/s

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

monadzero-identity-elementclj/s

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

monoid-identity-elementclj/s

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

second-functor-lawclj/s

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

second-monad-lawclj/s

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

semigroup-associativityclj/s

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

third-monad-lawclj/s

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

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

× close