Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
nullableMonoid :: Monoid a => Value a -> Value aaeson-value-parser AesonValueParser No documentation available.
class PartialSemigroup a =>
PartialMonoid aalgebra Numeric.Partial.Monoid No documentation available.
-
classy-prelude-yesod ClassyPrelude.Yesod Provide a Semigroup for an arbitrary Monoid. NOTE: This is not needed anymore since Semigroup became a superclass of Monoid in base-4.11 and this newtype be deprecated at some point in the future.
class (Monoid r, IsRecord r c) =>
IsMonoidalRecord r ccolumnar Text.Columnar IsRecord combines the column type with the record type, each record type determining the column type and vice versa
convertMonoidalFieldMethodsToFieldMethods :: MonoidalFieldMethods r c -> FieldMethods r ccolumnar Text.Columnar No documentation available.
-
columnar Text.Columnar for constructing each field's MonoidalFieldMethods
-
folds Data.Fold.Internal No documentation available.
FreeMonoid :: (forall m . Monoid m => (a -> m) -> m) -> FreeMonoid afolds Data.Fold.Internal No documentation available.
runFreeMonoid :: FreeMonoid a -> forall m . Monoid m => (a -> m) -> mfolds Data.Fold.Internal No documentation available.
-
free-categories Data.Quiver.Bifunctor A monoidal category structure on the category of quivers. This consists of a product bifunctor, a unit object and structure morphisms, an invertible associator,
qassoc . qdisassoc = id
qdisassoc . qassoc = id
and invertible left and right unitors,qintro1 . qelim1 = id
qelim1 . qintro1 = id
qintro2 . qelim2 = id
qelim2 . qintro2 = id
that satisfy the pentagon equation,qbimap id qassoc . qassoc . qbimap qassoc id = qassoc . qassoc
and the triangle equation,qbimap id qelim1 . qassoc = qbimap qelim2 id