Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybeWithKey :: Ord k => (k -> a -> Maybe b) -> Map k a -> Map k bhashmap Data.HashMap Map keys/values and collect the Just results.
mapWithKey :: (k -> a -> b) -> Map k a -> Map k bhashmap Data.HashMap Map a function over all values in the map.
mapPwnedT :: (m a -> n b) -> PwnedT m a -> PwnedT n bhaveibeenpwned HaveIBeenPwned No documentation available.
mapGetKeyword :: FromEDN a => Text -> EDNMap -> Parser ahedn Data.EDN mapGetString :: FromEDN a => Text -> EDNMap -> Parser ahedn Data.EDN mapGetSymbol :: FromEDN a => Text -> EDNMap -> Parser ahedn Data.EDN mapGetSymbolNS :: FromEDN a => Text -> Text -> EDNMap -> Parser ahedn Data.EDN mapGetKeyword :: FromEDN a => Text -> EDNMap -> Parser ahedn Data.EDN.Class mapGetP :: TaggedValue -> (TaggedValue -> Parser a) -> EDNMap -> Parser ahedn Data.EDN.Class Get a value from EDNMap and apply a parser to it
mapGetString :: FromEDN a => Text -> EDNMap -> Parser ahedn Data.EDN.Class