Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. toMap :: Graph a -> Map (Key a) a

    Cabal-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).

  2. concatMap :: Foldable t => (a -> [b]) -> t a -> [b]

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  3. fmap :: Functor f => (a -> b) -> f a -> f b

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  4. foldMap :: (Foldable t, Monoid m) => (a -> m) -> t a -> m

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

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

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

  7. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX

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

  8. Lucida_Bitmap_Fonts :: LicenseId

    Cabal-syntax Distribution.SPDX.LicenseId

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

  9. module Distribution.Types.DependencyMap

    No documentation available.

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

Page 503 of many | Previous | Next