Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

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

    safecopy Data.SafeCopy.Internal

    No documentation available.

  2. 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.

  3. X_Forwarded_For :: ProxyType

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

    No documentation available.

  4. _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.

  5. data FPFormat

    text-show TextShow.Data.Floating

    Control the rendering of floating point numbers.

  6. showbFPFormat :: FPFormat -> Builder

    text-show TextShow.Data.Floating

    Convert an FPFormat value to a Builder. Since: 2

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

  8. DForallInvis :: [DTyVarBndrSpec] -> DForallTelescope

    th-desugar Language.Haskell.TH.Desugar

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

  9. DForallT :: DForallTelescope -> DType -> DType

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

  10. data DForallTelescope

    th-desugar Language.Haskell.TH.Desugar

    The type variable binders in a forall.

Page 635 of many | Previous | Next