Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapNew :: (HasCallStack, MonadIO m) => m Mapgi-gtksource5 GI.GtkSource.Objects.Map Creates a new GtkSourceMap.
mapSetView :: (HasCallStack, MonadIO m, IsMap a, IsView b) => a -> b -> m ()gi-gtksource5 GI.GtkSource.Objects.Map Sets the view that map will be doing the mapping to.
mapAllocationSuccessful :: (HasCallStack, MonadIO m) => MapT -> m Int32gi-harfbuzz GI.HarfBuzz.Functions Tests whether memory allocation for a set was successful. Since: 1.7.7
mapClear :: (HasCallStack, MonadIO m) => MapT -> m ()gi-harfbuzz GI.HarfBuzz.Functions Clears out the contents of map. Since: 1.7.7
mapCopy :: (HasCallStack, MonadIO m) => MapT -> m MapTgi-harfbuzz GI.HarfBuzz.Functions Allocate a copy of map. Since: 4.4.0
mapCreate :: (HasCallStack, MonadIO m) => m MapTgi-harfbuzz GI.HarfBuzz.Functions Creates a new, initially empty map. Since: 1.7.7
mapDel :: (HasCallStack, MonadIO m) => MapT -> Word32 -> m ()gi-harfbuzz GI.HarfBuzz.Functions Removes key and its stored value from map. Since: 1.7.7
mapGet :: (HasCallStack, MonadIO m) => MapT -> Word32 -> m Word32gi-harfbuzz GI.HarfBuzz.Functions Fetches the value stored for key in map. Since: 1.7.7
mapGetEmpty :: (HasCallStack, MonadIO m) => m MapTgi-harfbuzz GI.HarfBuzz.Functions Fetches the singleton empty MapT. Since: 1.7.7
mapGetPopulation :: (HasCallStack, MonadIO m) => MapT -> m Word32gi-harfbuzz GI.HarfBuzz.Functions Returns the number of key-value pairs in the map. Since: 1.7.7