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.
enumMapToIntMap :: EnumMap k a -> IntMap aenummapset Data.EnumMap.Lazy Unwrap IntMap.
enumMapToIntMap :: EnumMap k a -> IntMap aenummapset Data.EnumMap.Strict Unwrap IntMap.
genIntMapOf :: Gen (Int, v) -> Gen (IntMap v)genvalidity-containers Data.GenValidity.IntMap No documentation available.
shrinkIntMapOf :: ((Int, v) -> [(Int, v)]) -> IntMap v -> [IntMap v]genvalidity-containers Data.GenValidity.IntMap No documentation available.
getIntMap :: IntMapOf k v -> IntMap vsemirings Data.Semiring No documentation available.
-
No documentation available.
-
reflex Data.FastMutableIntMap A FastMutableIntMap holds a map of values of type a and allows low-overhead modifications via IO. Operations on FastMutableIntMap run in IO.
-
reflex Data.FastMutableIntMap Patch for IntMap which represents insertion or deletion of keys in the mapping. Internally represented by 'IntMap (Maybe a)', where Just means insert/update and Nothing means delete.
PatchIntMap :: IntMap (Maybe a) -> PatchIntMap areflex Data.FastMutableIntMap No documentation available.
patchIntMapNewElements :: PatchIntMap a -> [a]reflex Data.FastMutableIntMap Extract all as inserted/updated by the given PatchIntMap a.