Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
parsecMap :: forall a b s u (m :: Type -> Type) . (a -> b) -> ParsecT s u m a -> ParsecT s u m bparsec Text.Parsec No documentation available.
parsecMap :: forall a b s u (m :: Type -> Type) . (a -> b) -> ParsecT s u m a -> ParsecT s u m bparsec Text.Parsec.Prim No documentation available.
-
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.