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. mapGetSymbol :: FromEDN a => Text -> EDNMap -> Parser a

    hedn Data.EDN.Class

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

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

    hedn Data.EDN.Class

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

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

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

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

  6. map0_3 :: Map0_3 ss => (forall (a :: k0) (b :: k1) (c :: k2) . () => t '(a, b, c) -> t' a) -> PL t ss -> PL t' (M0_3 ss)

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

    No documentation available.

  7. map0_4 :: Map0_4 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) . () => t '(a, b, c, d) -> t' a) -> PL t ss -> PL t' (M0_4 ss)

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

    No documentation available.

  8. map0_5 :: Map0_5 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) . () => t '(a, b, c, d, e) -> t' a) -> PL t ss -> PL t' (M0_5 ss)

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

    No documentation available.

  9. map0_6 :: Map0_6 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) (f :: k5) . () => t '(a, b, c, d, e, f) -> t' a) -> PL t ss -> PL t' (M0_6 ss)

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

    No documentation available.

  10. map0_7 :: Map0_7 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) (f :: k5) (g :: k6) . () => t '(a, b, c, d, e, f, g) -> t' a) -> PL t ss -> PL t' (M0_7 ss)

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

    No documentation available.

Page 338 of many | Previous | Next