• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. intMapToEnumMap :: IntMap a -> EnumMap k a

    enummapset Data.EnumMap.Strict

    Wrap IntMap.

  2. intMapAssocs :: IntMap value -> Unfoldl (Int, value)

    deferred-folds DeferredFolds.Unfoldl

    Associations of an intmap

  3. intMapAssocs :: IntMap value -> Unfoldr (Int, value)

    deferred-folds DeferredFolds.Unfoldr

    Associations of an intmap

  4. getIntMapOf :: Get Int -> Get a -> Get (IntMap a)

    cereal Data.Serialize.Get

    Read as a list of pairs of int and element.

  5. putIntMapOf :: Putter Int -> Putter a -> Putter (IntMap a)

    cereal Data.Serialize.Put

    No documentation available.

  6. fromIntMap :: Storable a => IntMap a -> Array IntSet a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  7. toIntMap :: Storable a => Array IntSet a -> IntMap a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  8. fromIntMap :: IntMap v -> IntMap v

    uniplate Data.Generics.Uniplate.Data.Instances

    Deconstruct a value of type IntMap.

  9. toIntMap :: IntMap v -> IntMap v

    uniplate Data.Generics.Uniplate.Data.Instances

    Construct a value of type IntMap.

  10. decorateIntMap :: IntMap v -> (v -> Validation) -> Validation

    validity-containers Data.Validity.IntMap

    No documentation available.

Page 4 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete