Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    hedn Data.EDN

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN

    Get a value from EDNMap for a String key.

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

    hedn Data.EDN

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

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

    hedn Data.EDN

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

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN.Class

    Get a value from EDNMap and apply a parser to it

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a String key.

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

    hedn Data.EDN.Class

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

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

    hedn Data.EDN.Class

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

  10. mapSplices :: (Monad m, Monoid b) => (a -> m b) -> [a] -> m b

    heist Heist.Interpreted

    Maps a splice generating function over a list and concatenates the results. This function now has a more general type signature so it works with both compiled and interpreted splices. The old type signature was this:

    mapSplices :: (Monad n)
    => (a -> Splice n n)
    -> [a]
    -> Splice n n
    

Page 338 of many | Previous | Next