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. module System.Posix.Semaphore

    POSIX named semaphore support.

  2. data Semaphore

    unix System.Posix.Semaphore

    No documentation available.

  3. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal

    OCRNL - (XSI) Map CR to NL on output

  4. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    OCRNL - (XSI) Map CR to NL on output

  5. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.PosixString

    OCRNL - (XSI) Map CR to NL on output

  6. bimapImproving :: (a -> c) -> (b -> d) -> (a :~> b) -> c :~> d

    test-framework Test.Framework.Providers.API

    No documentation available.

  7. treeMapParser :: (forall x . () => ArgumentReachability -> Option x -> b) -> Parser a -> OptTree b

    optparse-applicative Options.Applicative.Common

    Like mapParser, but collect the results in a tree structure.

  8. concatMapAccumC :: forall (m :: Type -> Type) a accum b . Monad m => (a -> accum -> (accum, [b])) -> accum -> ConduitT a b m ()

    conduit Conduit

    concatMap with an accumulator.

  9. concatMapAccumMC :: Monad m => (a -> accum -> m (accum, [b])) -> accum -> ConduitT a b m ()

    conduit Conduit

    concatMapM with an accumulator.

  10. concatMapC :: forall (m :: Type -> Type) mono a . (Monad m, MonoFoldable mono) => (a -> mono) -> ConduitT a (Element mono) m ()

    conduit Conduit

    Apply the function to each value in the stream, resulting in a foldable value (e.g., a list). Then yield each of the individual values in that foldable value separately. Generalizes concatMap, mapMaybe, and mapFoldable.

Page 424 of many | Previous | Next