• 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. mapMaybeWithKey :: Ord k => (k -> a -> Maybe b) -> Map k a -> Map k b

    hashmap Data.HashMap

    Map keys/values and collect the Just results.

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

    hashmap Data.HashMap

    Map a function over all values in the map.

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

    haveibeenpwned HaveIBeenPwned

    No documentation available.

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

    hedn Data.EDN

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN

    Get a value from EDNMap for a String key.

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

    hedn Data.EDN

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

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

    hedn Data.EDN

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

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN.Class

    Get a value from EDNMap and apply a parser to it

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a String key.

Page 337 of many | Previous | Next

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