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.
-
POSIX named semaphore support.
-
unix System.Posix.Semaphore No documentation available.
OutputMapCRtoLF :: TerminalModeunix System.Posix.Terminal OCRNL - (XSI) Map CR to NL on output
OutputMapCRtoLF :: TerminalModeunix System.Posix.Terminal.ByteString OCRNL - (XSI) Map CR to NL on output
OutputMapCRtoLF :: TerminalModeunix System.Posix.Terminal.PosixString OCRNL - (XSI) Map CR to NL on output
bimapImproving :: (a -> c) -> (b -> d) -> (a :~> b) -> c :~> dtest-framework Test.Framework.Providers.API No documentation available.
treeMapParser :: (forall x . () => ArgumentReachability -> Option x -> b) -> Parser a -> OptTree boptparse-applicative Options.Applicative.Common Like mapParser, but collect the results in a tree structure.
-
conduit Conduit concatMap with an accumulator.
concatMapAccumMC :: Monad m => (a -> accum -> m (accum, [b])) -> accum -> ConduitT a b m ()conduit Conduit concatMapM with an accumulator.
-
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.