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.
-
tmp-proc-redis System.TmpProc.Docker.Redis 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 (KnownSymbol Image a, KnownSymbol Name a) =>
Proc atmp-proc-redis System.TmpProc.Docker.Redis Specifies how to launch a temporary process using Docker.
-
tmp-proc-redis System.TmpProc.Docker.Redis Provides access to a Proc that has been started.
pattern
ProcHandle :: a -> String -> SvcURI -> HostIpAddress -> ProcHandle atmp-proc-redis System.TmpProc.Docker.Redis 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
-
toml-parser Toml A position in a text file
Position :: Int -> Int -> Int -> Positiontoml-parser Toml No documentation available.
-
This module provides human-readable renderers for types used in this package to assist error message production. The generated Doc values are annotated with DocClass values to assist in producing syntax-highlighted outputs. To extract a plain String representation, use show.
-
toml-parser Toml.Schema Parser that tracks a current set of unmatched key-value pairs from a table. Use optKey and reqKey to extract keys. Use getTable and setTable to override the table and implement other primitives.
-
This module provides utilities for matching key-value pairs out of tables while building up application-specific values. It will help generate warnings for unused keys, help select between multiple possible keys, and emit location-specific error messages when keys are unavailable.
-
toml-parser Toml.Schema.ParseTable Parser that tracks a current set of unmatched key-value pairs from a table. Use optKey and reqKey to extract keys. Use getTable and setTable to override the table and implement other primitives.