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. data ParamKind

    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

  2. module Servant.Docs.Internal.Pretty

    No documentation available.

  3. type family Pretty (api :: k) :: k

    servant-docs Servant.Docs.Internal.Pretty

    Replace all JSON content types with PrettyJSON. Kind-polymorphic so it can operate on kinds * and [*].

  4. data PrettyJSON

    servant-docs Servant.Docs.Internal.Pretty

    PrettyJSON content type.

  5. data Parser a

    simple-cmd-args SimpleCmdArgs

    A Parser a is an option parser returning a value of type a.

  6. PerFileFixture :: FixtureScope

    skeletest Skeletest

    No documentation available.

  7. PerSessionFixture :: FixtureScope

    skeletest Skeletest

    No documentation available.

  8. PerTestFixture :: FixtureScope

    skeletest Skeletest

    No documentation available.

  9. data Predicate (m :: Type -> Type) a

    skeletest Skeletest

    No documentation available.

  10. type Property = PropertyM ()

    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.

Page 594 of many | Previous | Next