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.
handleAll :: (HasCallStack, MonadCatch m) => (SomeException -> m a) -> m a -> m aexceptions Control.Monad.Catch Flipped catchAll
measAllocated :: Measured -> !Int64criterion Criterion.Types (GC) Number of bytes allocated. Access using fromInt.
measGcWallSeconds :: Measured -> !Doublecriterion Criterion.Types (GC) Wall-clock time spent doing garbage collection. Access using fromDouble.
measMutatorWallSeconds :: Measured -> !Doublecriterion Criterion.Types (GC) Wall-clock time spent doing real work ("mutation"), as distinct from garbage collection. Access using fromDouble.
measPeakMbAllocated :: Measured -> !Int64criterion Criterion.Types (GC) Max number of megabytes allocated. Access using fromInt.
-
stm Control.Monad.STM No documentation available.
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.
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.
-
http-types Network.HTTP.Types -
http-types Network.HTTP.Types Method Not Allowed 405