Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldMap :: (Factorial m, Monoid n) => (m -> n) -> m -> nmonoid-subclasses Data.Semigroup.Factorial Generalizes foldMap from Data.Foldable, except the function arguments are prime factors rather than the structure elements.
toMap :: Graph a -> Map (Key a) aCabal-syntax Distribution.Compat.Graph O(1). Convert a graph into a map from keys to nodes. The resulting map m is guaranteed to have the property that all ((k,n) -> k == nodeKey n) (toList m).
concatMap :: Foldable t => (a -> [b]) -> t a -> [b]Cabal-syntax Distribution.Compat.Prelude No documentation available.
fmap :: Functor f => (a -> b) -> f a -> f bCabal-syntax Distribution.Compat.Prelude No documentation available.
foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> mCabal-syntax Distribution.Compat.Prelude No documentation available.
gmappend :: (Generic a, GSemigroup (Rep a)) => a -> a -> aCabal-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
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.