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. prepForeignCall :: [FFIType] -> FFIType -> IO (Ptr C_ffi_cif)

    ghc-lib-parser GHCi.FFI

    No documentation available.

  2. MallocData :: ByteString -> Message (RemotePtr ())

    ghc-lib-parser GHCi.Message

    Malloc some data and return a RemotePtr to it

  3. MallocStrings :: [ByteString] -> Message [RemotePtr ()]

    ghc-lib-parser GHCi.Message

    No documentation available.

  4. remoteCall :: Binary a => Pipe -> Message a -> IO a

    ghc-lib-parser GHCi.Message

    No documentation available.

  5. remoteTHCall :: Binary a => Pipe -> THMessage a -> IO a

    ghc-lib-parser GHCi.Message

    No documentation available.

  6. isMinimalLSig :: UnXRec p => LSig p -> Bool

    ghc-lib-parser Language.Haskell.Syntax.Binds

    No documentation available.

  7. con_forall :: ConDecl pass -> Bool

    ghc-lib-parser Language.Haskell.Syntax.Decls

    True = explicit user-written forall e.g. data T a = forall b. MkT b (b->a) con_ex_tvs = {b} False => con_ex_tvs is empty

  8. HsForAll :: XForAll p -> HsForAllTelescope p -> LHsExpr p -> HsExpr p

    ghc-lib-parser Language.Haskell.Syntax.Expr

    Forall-types forall tvs. t and forall tvs -> t. Used with RequiredTypeArguments, e.g. fn (forall a. Proxy a). See Note [Types in terms]

  9. type family XForAll x

    ghc-lib-parser Language.Haskell.Syntax.Extension

    No documentation available.

  10. type family XForAllTy x

    ghc-lib-parser Language.Haskell.Syntax.Extension

    No documentation available.

Page 615 of many | Previous | Next