Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class HasAllOf s a | s -> a

    swagger2 Data.Swagger.Lens

    No documentation available.

  2. class HasAllowEmptyValue s a | s -> a

    swagger2 Data.Swagger.Lens

    No documentation available.

  3. inlineAllSchemas :: Data s => Definitions Schema -> s -> s

    swagger2 Data.Swagger.Schema

    Inline all schema references for which the definition can be found in Definitions. WARNING: inlineAllSchemas will produce infinite schemas when inlining recursive schemas.

  4. closeAll :: forall (procs :: [Type]) . Connectables procs => HList (ConnsOf procs) -> IO ()

    tmp-proc System.TmpProc.Docker

    Close some Connectable types.

  5. netwStartupAll :: forall (procs :: [Type]) . AreProcs procs => HList procs -> IO (NetworkHandlesOf procs)

    tmp-proc System.TmpProc.Docker

    Deprecated: since v0.7 this is no longer needed and will be removed, use startupAll instead

  6. netwTerminateAll :: forall (procs :: [Type]) . AreProcs procs => NetworkHandlesOf procs -> IO ()

    tmp-proc System.TmpProc.Docker

    Deprecated: since v0.7 this is no longer needed and will be removed, use terminateAll instead

  7. openAll :: forall (xs :: [Type]) . Connectables xs => HandlesOf xs -> IO (HList (ConnsOf xs))

    tmp-proc System.TmpProc.Docker

    Open all the Connectable types to corresponding Conn types.

  8. startupAll :: forall (procs :: [Type]) . AreProcs procs => HList procs -> IO (HandlesOf procs)

    tmp-proc System.TmpProc.Docker

    Start up processes for each Proc type the processes' are able to communicate via a docker network with a unique generated name

  9. startupAll' :: forall (procs :: [Type]) . AreProcs procs => Maybe Text -> HList procs -> IO (NetworkHandlesOf procs)

    tmp-proc System.TmpProc.Docker

    Deprecated: since v0.7 this is no longer needed and will be removed, use startupAll instead; it always generates a named docker network

  10. terminateAll :: forall (procs :: [Type]) . AreProcs procs => HandlesOf procs -> IO ()

    tmp-proc System.TmpProc.Docker

    Terminate all processes owned by some ProcHandles.

Page 545 of many | Previous | Next