Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. 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>

  2. 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.

  3. unwrapMonoid :: WrappedMonoid m -> m

    numhask NumHask.Prelude

    No documentation available.

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

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  5. class SwaggerMonoid m

    swagger2 Data.Swagger.Internal.Utils

    No documentation available.

  6. 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.

  7. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  8. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  9. Opt_WarnNonCanonicalMonoidInstances :: WarningFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  10. NonCanonicalMonoid :: NonCanonical_Monoid -> NonCanonicalDefinition

    ghc-lib-parser GHC.Tc.Errors.Types

    Related to (<>) and mappend.

Page 29 of many | Previous | Next