Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getAnyProcessStatus :: Bool -> Bool -> IO (Maybe (ProcessID, ProcessStatus))

    unix System.Posix.Process.ByteString

    getAnyProcessStatus blk stopped calls waitpid, returning Just (pid, tc), the ProcessID and ProcessStatus for any child process if a child process has exited, or Nothing if there are child processes but none have exited. If there are no child processes, then getAnyProcessStatus raises an isDoesNotExistError exception. If blk is False, then WNOHANG is set in the options for waitpid, otherwise not. If stopped is True, then WUNTRACED is set in the options for waitpid, otherwise not.

  2. getAnyProcessStatus :: Bool -> Bool -> IO (Maybe (ProcessID, ProcessStatus))

    unix System.Posix.Process.PosixString

    getAnyProcessStatus blk stopped calls waitpid, returning Just (pid, tc), the ProcessID and ProcessStatus for any child process if a child process has exited, or Nothing if there are child processes but none have exited. If there are no child processes, then getAnyProcessStatus raises an isDoesNotExistError exception. If blk is False, then WNOHANG is set in the options for waitpid, otherwise not. If stopped is True, then WUNTRACED is set in the options for waitpid, otherwise not.

  3. RestartOnAny :: TerminalMode

    unix System.Posix.Terminal

    IXANY - Enable any character to restart output

  4. RestartOnAny :: TerminalMode

    unix System.Posix.Terminal.ByteString

    IXANY - Enable any character to restart output

  5. RestartOnAny :: TerminalMode

    unix System.Posix.Terminal.PosixString

    IXANY - Enable any character to restart output

  6. manyM :: Parser a -> ParserM [a]

    optparse-applicative Options.Applicative.Types

    No documentation available.

  7. yieldMany :: forall (m :: Type -> Type) mono i . (Monad m, MonoFoldable mono) => mono -> ConduitT i (Element mono) m ()

    conduit Conduit

    Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion

  8. yieldMany :: forall (m :: Type -> Type) mono i . (Monad m, MonoFoldable mono) => mono -> ConduitT i (Element mono) m ()

    conduit Data.Conduit.Combinators

    Yield each of the values contained by the given MonoFoldable. This will work on many data structures, including lists, ByteStrings, and Vectors. Subject to fusion

  9. yieldManyS :: forall (m :: Type -> Type) mono . (Monad m, MonoFoldable mono) => mono -> StreamProducer m (Element mono)

    conduit Data.Conduit.Combinators.Stream

    No documentation available.

  10. TooManyHeaderFields :: HttpExceptionContent

    http-client Network.HTTP.Client

    Too many HTTP header fields were returned by the server.

Page 105 of many | Previous | Next