Hoogle Search

Within LTS Haskell 24.40 (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.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
    

  2. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX

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

  3. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX.LicenseId

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

  4. module Distribution.Types.DependencyMap

    No documentation available.

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

  6. fromDepMap :: DependencyMap -> [Dependency]

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

  7. toDepMap :: [Dependency] -> DependencyMap

    Cabal-syntax Distribution.Types.DependencyMap

    No documentation available.

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

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

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

    comfort-array Data.Array.Comfort.Boxed

    No documentation available.

  10. foldMap :: (C sh, Storable a, Ord a, Semigroup m) => (a -> m) -> Array sh a -> m

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

Page 504 of many | Previous | Next