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.
intMapToEnumMap :: IntMap a -> EnumMap k aenummapset Data.EnumMap.Strict Wrap IntMap.
intMapAssocs :: IntMap value -> Unfoldl (Int, value)deferred-folds DeferredFolds.Unfoldl Associations of an intmap
intMapAssocs :: IntMap value -> Unfoldr (Int, value)deferred-folds DeferredFolds.Unfoldr Associations of an intmap
getIntMapOf :: Get Int -> Get a -> Get (IntMap a)cereal Data.Serialize.Get Read as a list of pairs of int and element.
putIntMapOf :: Putter Int -> Putter a -> Putter (IntMap a)cereal Data.Serialize.Put No documentation available.
fromIntMap :: Storable a => IntMap a -> Array IntSet acomfort-array Data.Array.Comfort.Storable No documentation available.
toIntMap :: Storable a => Array IntSet a -> IntMap acomfort-array Data.Array.Comfort.Storable No documentation available.
fromIntMap :: IntMap v -> IntMap vuniplate Data.Generics.Uniplate.Data.Instances Deconstruct a value of type IntMap.
toIntMap :: IntMap v -> IntMap vuniplate Data.Generics.Uniplate.Data.Instances Construct a value of type IntMap.
decorateIntMap :: IntMap v -> (v -> Validation) -> Validationvalidity-containers Data.Validity.IntMap No documentation available.