Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

    hedn Data.EDN

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

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

    hedn Data.EDN

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

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a Keyword key.

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

    hedn Data.EDN.Class

    Get a value from EDNMap and apply a parser to it

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

    hedn Data.EDN.Class

    Get a value from EDNMap for a String key.

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

    hedn Data.EDN.Class

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

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

    hedn Data.EDN.Class

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

  8. 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
    

  9. map0_10 :: Map0_10 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) (f :: k5) (g :: k6) (h :: k7) (i :: k8) (j :: k9) . () => t '(a, b, c, d, e, f, g, h, i, j) -> t' a) -> PL t ss -> PL t' (M0_10 ss)

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

  10. map0_2 :: Map0_2 ss => (forall (a :: k0) (b :: k1) . () => t '(a, b) -> t' a) -> PL t ss -> PL t' (M0_2 ss)

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

Page 297 of many | Previous | Next