Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headerParseErrorFormatter :: ErrorFormatters -> ErrorFormatterservant-server Servant.Server.Internal.ErrorFormatter Format error from parsing request headers.
-
servant-server Servant.Server.Internal.ErrorFormatter No documentation available.
notFoundErrorFormatter :: ErrorFormatters -> NotFoundErrorFormatterservant-server Servant.Server.Internal.ErrorFormatter Format error for not found URLs.
urlParseErrorFormatter :: ErrorFormatters -> ErrorFormatterservant-server Servant.Server.Internal.ErrorFormatter Format error from parsing url parts or query parameters.
-
sydtest Test.Syd No documentation available.
-
sydtest Test.Syd No documentation available.
type
ResultForest = SpecForest TDef Timed TestRunReportsydtest Test.Syd No documentation available.
type
SpecDefForest (outers :: [Type]) inner extra = [SpecDefTree outers inner extra]sydtest Test.Syd No documentation available.
type
TestForest (outers :: [Type]) inner = SpecDefForest outers inner ()sydtest Test.Syd No documentation available.
-
sydtest Test.Syd Run a custom action before every spec item, to set up an inner resource inner. Note that this function turns off shrinking. See https://github.com/nick8325/quickcheck/issues/331