Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. module Data.Mapping

    No documentation available.

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

  3. module Data.Mapping.MapWithDefault

    No documentation available.

  4. data MapWithDefault k v

    mappings Data.Mapping.MapWithDefault

    Mappings constant except on an enumerated set of values

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

    mappings Data.Mapping.MapWithDefault

    No documentation available.

  6. module Data.MapLike

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

  7. class MapLike c k v | c -> k, c -> v

    monad-memo Data.MapLike

    An abstract interface to the container which can store v indexed by k

  8. class MapLike c k v | c -> k, c -> v

    monad-memo Data.MapLike.Instances

    An abstract interface to the container which can store v indexed by k

  9. Maple :: Language

    oeis Math.OEIS

    No documentation available.

  10. Maple :: Text -> SearchStatus

    oeis2 Math.OEIS

    No documentation available.

Page 385 of many | Previous | Next