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.
-
servant-docs Servant.Docs.Internal Type of GET (or other Method) parameter:
- Normal corresponds to QueryParam, i.e your usual GET parameter
- List corresponds to QueryParams, i.e GET parameters with multiple values
- Flag corresponds to QueryFlag, i.e a value-less GET parameter
module Servant.Docs.Internal.
Pretty No documentation available.
type family
Pretty (api :: k) :: kservant-docs Servant.Docs.Internal.Pretty Replace all JSON content types with PrettyJSON. Kind-polymorphic so it can operate on kinds * and [*].
-
servant-docs Servant.Docs.Internal.Pretty PrettyJSON content type.
-
simple-cmd-args SimpleCmdArgs A Parser a is an option parser returning a value of type a.
PerFileFixture :: FixtureScopeskeletest Skeletest No documentation available.
PerSessionFixture :: FixtureScopeskeletest Skeletest No documentation available.
PerTestFixture :: FixtureScopeskeletest Skeletest No documentation available.
data
Predicate (m :: Type -> Type) askeletest Skeletest No documentation available.
-
skeletest Skeletest A property to run, with optional configuration settings specified up front. Settings should be specified before any other Property calls; any settings specified afterwards are ignored.