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. runSpiderHostForTimeline :: SpiderHost x a -> SpiderTimelineEnv x -> IO a

    reflex Reflex.Spider.Internal

    Run an action affecting a given Spider timeline; this will be guarded by a mutex for that timeline

  2. getForwardKind :: Migrate (Reverse a) => Kind a -> Kind (MigrateFrom (Reverse a))

    safecopy Data.SafeCopy.Internal

    No documentation available.

  3. xForwardedFor :: ProxyType

    snap-server Snap.Http.Server.Config

    Assert that Snap is running behind an HTTP proxy, and that the proxied connection information will be stored in the "X-Forwarded-For" or "Forwarded-For" HTTP headers.

  4. X_Forwarded_For :: ProxyType

    snap-server Snap.Internal.Http.Server.Config

    No documentation available.

  5. _forceConnectionClose :: PerSessionData -> {-# UNPACK #-} !IORef Bool

    snap-server Snap.Internal.Http.Server.Types

    If the bool stored in this IORef becomes true, the server will close the connection after the current request is processed.

  6. data FPFormat

    text-show TextShow.Data.Floating

    Control the rendering of floating point numbers.

  7. showbFPFormat :: FPFormat -> Builder

    text-show TextShow.Data.Floating

    Convert an FPFormat value to a Builder. Since: 2

  8. DFAForalls :: DForallTelescope -> DFunArgs -> DFunArgs

    th-desugar Language.Haskell.TH.Desugar

    A series of foralled type variables followed by a dot (if ForallInvis) or an arrow (if ForallVis). For example, the type variables a1 ... an in forall a1 ... an. r.

  9. DForallInvis :: [DTyVarBndrSpec] -> DForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    An invisible forall (e.g., forall a {b} c -> {...}), where each binder has a Specificity.

  10. DForallT :: DForallTelescope -> DType -> DType

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

Page 639 of many | Previous | Next