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.
data
Proxy2 (a :: k) (b :: k1)swagger2 Data.Swagger.Internal.Schema No documentation available.
Proxy2 :: Proxy2 (a :: k) (b :: k1)swagger2 Data.Swagger.Internal.Schema No documentation available.
data
Proxy3 (a :: k) (b :: k1) (c :: k2)swagger2 Data.Swagger.Internal.Schema No documentation available.
Proxy3 :: Proxy3 (a :: k) (b :: k1) (c :: k2)swagger2 Data.Swagger.Internal.Schema No documentation available.
-
swagger2 Data.Swagger.Internal.Schema.Validation Validation passed.
type family
ProdCombine (a :: TypeShape) (b :: TypeShape) :: TypeShapeswagger2 Data.Swagger.Internal.TypeShape A combined shape for a product type.
module Data.Swagger.
ParamSchema Types and functions for working with Swagger parameter schema.
-
tmp-proc System.TmpProc.Docker Contact to the service failed unexpectedly.
-
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.
class
Preparer a prepared | a -> preparedtmp-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