Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. data Progress

    MissingH Data.Progress.Tracker

    The main Progress object.

  2. type ProgressCallback = ProgressStatus -> ProgressStatus -> IO ()

    MissingH Data.Progress.Tracker

    The type for a callback function for the progress tracker. When given at creation time to 'newProgress'' or when added via addCallback, these functions get called every time the status of the tracker changes. This function is passed two ProgressStatus records: the first reflects the status prior to the update, and the second reflects the status after the update. Please note that the owning Progress object will be locked while the callback is running, so the callback will not be able to make changes to it.

  3. data ProgressStatus

    MissingH Data.Progress.Tracker

    The main progress status record.

  4. ProgressStatus :: Integer -> Integer -> Integer -> String -> ProgressTimeSource -> ProgressStatus

    MissingH Data.Progress.Tracker

    No documentation available.

  5. class ProgressStatuses a b

    MissingH Data.Progress.Tracker

    No documentation available.

  6. type ProgressTimeSource = IO Integer

    MissingH Data.Progress.Tracker

    A function that, when called, yields the current time. The default is defaultTimeSource.

  7. data PipeHandle

    MissingH System.Cmd.Utils

    Return value from pipeFrom, pipeLinesFrom, pipeTo, or pipeBoth. Contains both a ProcessID and the original command that was executed. If you prefer not to use forceSuccess on the result of one of these pipe calls, you can use (processID ph), assuming ph is your PipeHandle, as a parameter to getProcessStatus.

  8. PipeHandle :: ProcessID -> FilePath -> [String] -> String -> PipeHandle

    MissingH System.Cmd.Utils

    No documentation available.

  9. data PipeMode

    MissingH System.Cmd.Utils

    No documentation available.

  10. data PipeReader

    MissingH System.IO.HVIO

    The reading side of a Haskell pipe. Please see newHVIOPipe for more details.

Page 433 of many | Previous | Next