Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. handleAll :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m a

    exceptions Control.Monad.Catch

    Flipped catchAll

  2. measAllocated :: Measured -> !Int64

    criterion Criterion.Types

    (GC) Number of bytes allocated. Access using fromInt.

  3. measGcWallSeconds :: Measured -> !Double

    criterion Criterion.Types

    (GC) Wall-clock time spent doing garbage collection. Access using fromDouble.

  4. measMutatorWallSeconds :: Measured -> !Double

    criterion Criterion.Types

    (GC) Wall-clock time spent doing real work ("mutation"), as distinct from garbage collection. Access using fromDouble.

  5. measPeakMbAllocated :: Measured -> !Int64

    criterion Criterion.Types

    (GC) Max number of megabytes allocated. Access using fromInt.

  6. atomically :: STM a -> IO a

    stm Control.Monad.STM

    No documentation available.

  7. callCommand :: String -> IO ()

    process System.Process

    Creates a new process to run the specified shell command. If the command returns a non-zero exit code, an exception is raised. If an asynchronous exception is thrown to the thread executing callCommand, the forked process will be terminated and callCommand will wait (block) until the process has been terminated.

  8. callProcess :: FilePath -> [String] -> IO ()

    process System.Process

    Creates a new process to run the specified command with the given arguments, and wait for it to finish. If the command returns a non-zero exit code, an exception is raised. If an asynchronous exception is thrown to the thread executing callProcess, the forked process will be terminated and callProcess will wait (block) until the process has been terminated.

  9. hAllow :: HeaderName

    http-types Network.HTTP.Types

    Allow

  10. methodNotAllowed405 :: Status

    http-types Network.HTTP.Types

    Method Not Allowed 405

Page 205 of many | Previous | Next