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

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.

  1. mapEitherWithKey :: Ord k => (k -> a -> Either b c) -> Map k a -> (Map k b, Map k c)

    hashmap Data.HashMap

    Map keys/values and separate the Left and Right results.

  2. mapMaybe :: Ord k => (a -> Maybe b) -> Map k a -> Map k b

    hashmap Data.HashMap

    Map values and collect the Just results.

  3. mapMaybeWithKey :: Ord k => (k -> a -> Maybe b) -> Map k a -> Map k b

    hashmap Data.HashMap

    Map keys/values and collect the Just results.

  4. mapWithKey :: (k -> a -> b) -> Map k a -> Map k b

    hashmap Data.HashMap

    Map a function over all values in the map.

  5. mapPwnedT :: (m a -> n b) -> PwnedT m a -> PwnedT n b

    haveibeenpwned HaveIBeenPwned

    No documentation available.

  6. mapGetKeyword :: FromEDN a => Text -> EDNMap -> Parser a

    hedn Data.EDN

    Get a value from EDNMap for a Keyword key.

  7. mapGetString :: FromEDN a => Text -> EDNMap -> Parser a

    hedn Data.EDN

    Get a value from EDNMap for a String key.

  8. mapGetSymbol :: FromEDN a => Text -> EDNMap -> Parser a

    hedn Data.EDN

    Get a value from EDNMap for a Symbol (empty namespace) key.

  9. mapGetSymbolNS :: FromEDN a => Text -> Text -> EDNMap -> Parser a

    hedn Data.EDN

    Get a value from EDNMap for a Symbol (empty namespace) key.

  10. mapGetKeyword :: FromEDN a => Text -> EDNMap -> Parser a

    hedn Data.EDN.Class

    Get a value from EDNMap for a Keyword key.

Page 297 of many | Previous | Next

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