Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. class Map8_9 (ss :: [(k0, k1, k2, k3, k4, k5, k6, k7, k8)])

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

  2. class Map9_10 (ss :: [(k0, k1, k2, k3, k4, k5, k6, k7, k8, k9)])

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

  3. type family Mapping (v :: Variance) a b

    kind-apply Data.PolyKinded.Functor

    If a KFunctor needs to map an f ... a ... to an f ... b ..., a Mapping v a b specifies which function needs to be provided for that position depending on its variance v.

  4. data Mappings (v :: Variances) (x :: LoT k) (y :: LoT k)

    kind-apply Data.PolyKinded.Functor

    List of mappings for the list of variances v.

  5. module Data.Mapping

    No documentation available.

  6. class Foldable m => Mapping k (m :: Type -> Type) | m -> k

    mappings Data.Mapping

    If Mapping k m, then m v represents a function k -> v. Mapping requires an instance of Foldable, folding over the values that appear. Given that a value can be associated with a very large collection of keys, the only folds that normally make sense are those over idempotent monoids.

  7. module Data.Mapping.MapWithDefault

    No documentation available.

  8. data MapWithDefault k v

    mappings Data.Mapping.MapWithDefault

    Mappings constant except on an enumerated set of values

  9. MapWithDefault :: v -> Map k v -> MapWithDefault k v

    mappings Data.Mapping.MapWithDefault

    No documentation available.

  10. module Data.MapLike

    Defines MapLike typeclass - generalized interface to Data.Map, Data.HashMap etc.

Page 75 of many | Previous | Next