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. Ping :: Ping

    distributed-process-systest Control.Distributed.Process.SysTest.Utils

    No documentation available.

  2. Prefixed :: Text -> Doc a -> Doc a

    doctemplates Text.DocTemplates

    Doc with each line prefixed with text. Note that trailing blanks are omitted from the prefix when the line after it is empty.

  3. Partial :: [Pipe] -> Template a -> Template a

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  4. data Pipe

    doctemplates Text.DocTemplates.Internal

    No documentation available.

  5. module Text.DocTemplates.Parser

    No documentation available.

  6. ProductTypeDef :: [(Text, Type)] -> TypeDef

    domain-core DomainCore.Model

    Product. Think of it as a record. Carries a list of associations of field names with types.

  7. data Persistence

    effectful-core Effectful

    Persistence setting for the ConcUnlift strategy. Different functions require different persistence strategies. Examples:

    • Lifting pooledMapConcurrentlyN from the unliftio library requires the Ephemeral strategy as we don't want jobs to share environment changes made by previous jobs run in the same worker thread.
    • Lifting forkIOWithUnmask requires the Persistent strategy, otherwise the unmasking function would start with a fresh environment each time it's called.

  8. Persistent :: Persistence

    effectful-core Effectful

    Persist the environment between calls to the unlifting function within a particular thread.

  9. module Effectful.Dispatch.Static.Primitive

    Primitive API for statically dispatched effects. This module exposes internal implementation details of the Eff monad. Most of the time functions from Effectful.Dispatch.Static are sufficient. Warning: playing the so called "type tetris" with functions from this module is not enough. Their misuse might lead to data races or internal consistency check failures, so make sure you understand what you're doing.

  10. newtype PatternMatchFail

    effectful-core Effectful.Exception

    A pattern match failed. The String gives information about the source location of the pattern.

Page 615 of many | Previous | Next