Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> a

    Cabal-syntax Distribution.Compat.Prelude

    Generically generate a Semigroup (<>) operation for any type implementing Generic. This operation will append two values by point-wise appending their component fields. It is only defined for product types.

    gmappend a (gmappend b c) = gmappend (gmappend a b) c
    

  2. gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> a

    Cabal-syntax Distribution.Compat.Semigroup

    Generically generate a Semigroup (<>) operation for any type implementing Generic. This operation will append two values by point-wise appending their component fields. It is only defined for product types.

    gmappend a (gmappend b c) = gmappend (gmappend a b) c
    

  3. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX

    Lucida-Bitmap-Fonts, Lucida Bitmap Fonts License, SPDX License List 3.23

  4. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX.LicenseId

    Lucida-Bitmap-Fonts, Lucida Bitmap Fonts License, SPDX License List 3.23

  5. module Distribution.Types.DependencyMap

    No documentation available.

  6. data DependencyMap

    Cabal-syntax Distribution.Types.DependencyMap

    A map of dependencies. Newtyped since the default monoid instance is not appropriate. The monoid instance uses intersectVersionRanges.

  7. fromDepMap :: DependencyMap -> [Dependency]

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

  8. toDepMap :: [Dependency] -> DependencyMap

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

  9. fromMap :: Ord k => Map k a -> Array (Set k) a

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

  10. toMap :: Ord k => Array (Set k) a -> Map k a

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

Page 504 of many | Previous | Next