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. class (KnownSymbol Image a, KnownSymbol Name a) => Proc a

    tmp-proc System.TmpProc.Docker

    Specifies how to launch a temporary process using Docker.

  2. type family Proc2Handle (as :: [Type]) = (handleTys :: [Type]) | handleTys -> as

    tmp-proc System.TmpProc.Docker

    Converts list of types to the corresponding ProcHandle types.

  3. data ProcHandle a

    tmp-proc System.TmpProc.Docker

    Provides access to a Proc that has been started.

  4. pattern ProcHandle :: a -> String -> SvcURI -> HostIpAddress -> ProcHandle a

    tmp-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

  5. 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

  6. class PrettyTypeSpec (t :: k)

    type-spec Test.TypeSpec.Core

    A class for pretty printing via the Show instance of TypeSpec.

  7. data Pair' (c :: a) (d :: TyFun b (a, b))

    type-spec Test.TypeSpec.Internal.Apply

    No documentation available.

  8. data Pair'' (c :: TyFun a b ~> (a, b))

    type-spec Test.TypeSpec.Internal.Apply

    No documentation available.

  9. type family PrependToError (message :: ErrorMessage) (result :: Result a) :: Result a

    type-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.

  10. type Pair = (Node (), Node ())

    HsYAML Data.YAML

    Represents a key-value pair in YAML Mappings See also .= and mapping

Page 477 of many | Previous | Next