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. data Pinged

    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.

  2. class (KnownSymbol Image a, KnownSymbol Name a) => Proc a

    tmp-proc-redis System.TmpProc.Docker.Redis

    Specifies how to launch a temporary process using Docker.

  3. data ProcHandle a

    tmp-proc-redis System.TmpProc.Docker.Redis

    Provides access to a Proc that has been started.

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

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

  5. data Position

    toml-parser Toml

    A position in a text file

  6. Position :: Int -> Int -> Int -> Position

    toml-parser Toml

    No documentation available.

  7. module Toml.Pretty

    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.

  8. data ParseTable l a

    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.

  9. module Toml.Schema.ParseTable

    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.

  10. data ParseTable l a

    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.

Page 1065 of many | Previous | Next