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.
-
swagger2 Data.Swagger.Lens No documentation available.
class
HasAllowEmptyValue s a | s -> aswagger2 Data.Swagger.Lens No documentation available.
inlineAllSchemas :: Data s => Definitions Schema -> s -> sswagger2 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.
closeAll :: forall (procs :: [Type]) . Connectables procs => HList (ConnsOf procs) -> IO ()tmp-proc System.TmpProc.Docker Close some Connectable types.
-
tmp-proc System.TmpProc.Docker Deprecated: since v0.7 this is no longer needed and will be removed, use startupAll instead
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
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.
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
-
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
terminateAll :: forall (procs :: [Type]) . AreProcs procs => HandlesOf procs -> IO ()tmp-proc System.TmpProc.Docker Terminate all processes owned by some ProcHandles.