Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype WrappedMonoid m

    numhask NumHask.Prelude

    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.

  2. stimesIdempotentMonoid :: (Integral b, Monoid a) => b -> a -> a

    numhask NumHask.Prelude

    This is a valid definition of stimes for an idempotent Monoid. When x <> x = x, this definition should be preferred, because it works in <math> rather than <math>

  3. stimesMonoid :: (Integral b, Monoid a) => b -> a -> a

    numhask NumHask.Prelude

    This is a valid definition of stimes for a Monoid. Unlike the default definition of stimes, it is defined for 0 and so it should be preferred where possible.

  4. unwrapMonoid :: WrappedMonoid m -> m

    numhask NumHask.Prelude

    No documentation available.

  5. class GMonoid (f :: Type -> Type)

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  6. class SwaggerMonoid m

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  7. data WrappedMonoid m

    classy-prelude ClassyPrelude

    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.

  8. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  9. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  10. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

Page 29 of many | Previous | Next