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 Proxy2 (a :: k) (b :: k1)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  2. Proxy2 :: Proxy2 (a :: k) (b :: k1)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  3. data Proxy3 (a :: k) (b :: k1) (c :: k2)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  4. Proxy3 :: Proxy3 (a :: k) (b :: k1) (c :: k2)

    swagger2 Data.Swagger.Internal.Schema

    No documentation available.

  5. Passed :: a -> Result a

    swagger2 Data.Swagger.Internal.Schema.Validation

    Validation passed.

  6. type family ProdCombine (a :: TypeShape) (b :: TypeShape) :: TypeShape

    swagger2 Data.Swagger.Internal.TypeShape

    A combined shape for a product type.

  7. module Data.Swagger.ParamSchema

    Types and functions for working with Swagger parameter schema.

  8. PingFailed :: Text -> Pinged

    tmp-proc System.TmpProc.Docker

    Contact to the service failed unexpectedly.

  9. data Pinged

    tmp-proc System.TmpProc.Docker

    Indicates the result of pinging a Proc. If the ping succeeds, ping should return OK. ping should catch any exceptions that are expected when the Procs service is not available and return NotOK. startupAll uses PingFailed to report any unexpected exceptions that escape ping.

  10. class Preparer a prepared | a -> prepared

    tmp-proc System.TmpProc.Docker

    Prepare resources for use by a Proc Preparation occurs before the docker container is a launched; once the resources are set up, they are located using the prepared datatype. Usually, this means it will be used by toRunCmd to provide additional arguments to the docker run command This module provides an Overlappable fallback instance that matches all Proc, so this typeclass is only needed when a Proc datatype actually requires preparatory setup. The first argument to prepare is a [SlimHandle] that gives access to other tmp-procs previously launched in the same test, to allow prepare to setup links to them when necessary

Page 476 of many | Previous | Next