Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. newtype Positive a

    massiv-test Test.Massiv.Utils

    Positive x: guarantees that x > 0.

  2. Positive :: a -> Positive a

    massiv-test Test.Massiv.Utils

    No documentation available.

  3. newtype PrintableString

    massiv-test Test.Massiv.Utils

    PrintableString: generates a printable unicode String. The string will not contain surrogate pairs.

  4. PrintableString :: String -> PrintableString

    massiv-test Test.Massiv.Utils

    No documentation available.

  5. data Property

    massiv-test Test.Massiv.Utils

    The type of properties.

  6. newtype PropertyM (m :: Type -> Type) a

    massiv-test Test.Massiv.Utils

    The property monad is really a monad transformer that can contain monadic computations in the monad m it is parameterized by:

    • m - the m-computations that may be performed within PropertyM
    Elements of PropertyM m a may mix property operations and m-computations.

  7. data ProfilingLevel

    mongoDB Database.MongoDB.Admin

    The available profiler levels.

  8. type Pipe = Pipeline

    mongoDB Database.MongoDB.Connection

    Thread-safe TCP connection with pipelined requests. In long-running applications the user is expected to use it as a "client": create a Pipe at startup, use it as long as possible, watch out for possible timeouts, and close it on shutdown. Bearing in mind that disconnections may be triggered by MongoDB service providers, the user is responsible for re-creating their Pipe whenever necessary.

  9. data PortID

    mongoDB Database.MongoDB.Connection

    Wraps network's PortNumber Used to ease compatibility between older and newer network versions.

  10. PortNumber :: PortNumber -> PortID

    mongoDB Database.MongoDB.Connection

    No documentation available.

Page 627 of many | Previous | Next