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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    hashmap Data.HashMap

    Map values and collect the Just results.

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

    hashmap Data.HashMap

    Map keys/values and collect the Just results.

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

    hashmap Data.HashMap

    Map a function over all values in the map.

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

    haveibeenpwned HaveIBeenPwned

    No documentation available.

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

    hedn Data.EDN

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN

    Get a value from EDNMap for a String key.

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

    hedn Data.EDN

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

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

    hedn Data.EDN

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

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a Keyword key.

  10. mapGetP :: TaggedValue -> (TaggedValue -> Parser a) -> EDNMap -> Parser a

    hedn Data.EDN.Class

    Get a value from EDNMap and apply a parser to it

Page 298 of many | Previous | Next

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