Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
network Network.Socket If an IPv6 lookup is performed, and no IPv6 addresses are found, IPv6-mapped IPv4 addresses will be returned. (Only some platforms support this.)
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.