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.
gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> aCabal-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
Lucida_Bitmap_Fonts :: LicenseIdCabal-syntax Distribution.SPDX Lucida-Bitmap-Fonts, Lucida Bitmap Fonts License, SPDX License List 3.23
Lucida_Bitmap_Fonts :: LicenseIdCabal-syntax Distribution.SPDX.LicenseId Lucida-Bitmap-Fonts, Lucida Bitmap Fonts License, SPDX License List 3.23
module Distribution.Types.
DependencyMap No documentation available.
-
Cabal-syntax Distribution.Types.DependencyMap A map of dependencies. Newtyped since the default monoid instance is not appropriate. The monoid instance uses intersectVersionRanges.
fromDepMap :: DependencyMap -> [Dependency]Cabal-syntax Distribution.Types.DependencyMap No documentation available.
toDepMap :: [Dependency] -> DependencyMapCabal-syntax Distribution.Types.DependencyMap No documentation available.
fromMap :: Ord k => Map k a -> Array (Set k) acomfort-array Data.Array.Comfort.Boxed No documentation available.
toMap :: Ord k => Array (Set k) a -> Map k acomfort-array Data.Array.Comfort.Boxed No documentation available.
foldMap :: (C sh, Storable a, Ord a, Semigroup m) => (a -> m) -> Array sh a -> mcomfort-array Data.Array.Comfort.Storable No documentation available.