Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. gracefullyWaitForProcess :: (MonadIO m, MonadLogger m) => ProcessHandle -> Int -> m ()

    sandwich Test.Sandwich.Util.Process

    Wait for a process to terminate. If it doesn't terminate within gracePeriodUs microseconds, send it an interrupt signal and wait for another gracePeriodUs microseconds. After this time elapses send a terminate signal and wait for the process to die.

  2. gracefullyWaitForProcess' :: (MonadIO m, MonadLogger m) => ProcessHandle -> Int -> m StopProcessResult

    sandwich Test.Sandwich.Util.Process

    Wait for a process to terminate. If it doesn't terminate within gracePeriodUs microseconds, send it an interrupt signal and wait for another gracePeriodUs microseconds. If it doesn't die by this time, send a terminate signal and wait again. If it still isn't dead, send a kill signal.

  3. MalformedJSON :: ByteString -> Text -> ScottyException

    scotty Web.Scotty

    No documentation available.

  4. MalformedJSON :: ByteString -> Text -> ScottyException

    scotty Web.Scotty.Internal.Types

    No documentation available.

  5. bodyInfoReadProgress :: BodyInfo -> MVar Int

    scotty Web.Scotty.Internal.Types

    index into the stream read so far

  6. envFormDataAction :: ActionEnv -> InternalState -> ParseRequestBodyOptions -> IO ([Param], [File FilePath])

    scotty Web.Scotty.Internal.Types

    No documentation available.

  7. MalformedJSON :: ByteString -> Text -> ScottyException

    scotty Web.Scotty.Trans

    No documentation available.

  8. MalformedJSON :: ByteString -> Text -> ScottyException

    scotty Web.Scotty.Trans.Strict

    No documentation available.

  9. InformationTok :: TokenType

    skylighting-core Skylighting.Types

    No documentation available.

  10. defaultFormatOpts :: FormatOptions

    skylighting-core Skylighting.Types

    Default formatting options.

Page 604 of many | Previous | Next