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. randomiseTestForest :: forall m (outers :: [Type]) inner result . MonadRandom m => SpecDefForest outers inner result -> m (SpecDefForest outers inner result)

    sydtest Test.Syd.SpecDef

    No documentation available.

  2. module Test.Syd.SpecForest

    No documentation available.

  3. type SpecForest a = [SpecTree a]

    sydtest Test.Syd.SpecForest

    No documentation available.

  4. SubForestNode :: SpecForest a -> SpecTree a

    sydtest Test.Syd.SpecForest

    No documentation available.

  5. flattenSpecForest :: SpecForest a -> [([Text], a)]

    sydtest Test.Syd.SpecForest

    No documentation available.

  6. type DefaultErrorFormatters = '[ErrorFormatters]

    servant-server Servant.Server

    Context that contains default error formatters.

  7. type ErrorFormatter = TypeRep -> Request -> String -> ServerError

    servant-server Servant.Server

    A custom formatter for errors produced by parsing combinators like ReqBody or Capture. A TypeRep argument described the concrete combinator that raised the error, allowing formatter to customize the message for different combinators. A full Request is also passed so that the formatter can react to Accept header, for example.

  8. data ErrorFormatters

    servant-server Servant.Server

    A collection of error formatters for different situations. If you need to override one of them, use defaultErrorFormatters with record update syntax.

  9. type NotFoundErrorFormatter = Request -> ServerError

    servant-server Servant.Server

    This formatter does not get neither TypeRep nor error message.

  10. bodyParserErrorFormatter :: ErrorFormatters -> ErrorFormatter

    servant-server Servant.Server

    Format error from parsing the request body.

Page 513 of many | Previous | Next