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.
class (KnownSymbol Image a, KnownSymbol Name a) =>
Proc atmp-proc System.TmpProc.Docker Specifies how to launch a temporary process using Docker.
type family
Proc2Handle (as :: [Type]) = (handleTys :: [Type]) | handleTys -> astmp-proc System.TmpProc.Docker Converts list of types to the corresponding ProcHandle types.
-
tmp-proc System.TmpProc.Docker Provides access to a Proc that has been started.
pattern
ProcHandle :: a -> String -> SvcURI -> HostIpAddress -> ProcHandle atmp-proc System.TmpProc.Docker A pattern constructor the provides selectors for the ProcHandle fields The selectors are readonly, i.e they only match in a pattern context since ProcHandles cannot be constructed directly; they are constructed by invoking startupAll or startup
type
ProcPlus a prepared = (Proc a, ToRunCmd a prepared, Preparer a prepared)tmp-proc System.TmpProc.Docker A Constraint that combines Proc and its supporting typeclasses
-
type-spec Test.TypeSpec.Core A class for pretty printing via the Show instance of TypeSpec.
data
Pair' (c :: a) (d :: TyFun b (a, b))type-spec Test.TypeSpec.Internal.Apply No documentation available.
data
Pair'' (c :: TyFun a b ~> (a, b))type-spec Test.TypeSpec.Internal.Apply No documentation available.
type family
PrependToError (message :: ErrorMessage) (result :: Result a) :: Result atype-spec Test.TypeSpec.Internal.Result In case of Left ErrorMessage prepend a message to the message, if the parameter was Right x just return Right x.
type
Pair = (Node (), Node ())HsYAML Data.YAML Represents a key-value pair in YAML Mappings See also .= and mapping