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. PRPrimCall :: JStgStat -> PrimRes

    ghc GHC.StgToJS.Types

    primop is async call, primop returns the next function to run. result returned to stack top in registers

  2. Pap :: ClosureType

    ghc GHC.StgToJS.Types

    The closure is a Partial Application

  3. PrimInline :: JStgStat -> PrimRes

    ghc GHC.StgToJS.Types

    primop is inline, result is assigned directly

  4. data PrimRes

    ghc GHC.StgToJS.Types

    A Primop result is either an inlining of some JS payload, or a primitive call to a JS function defined in Shim files in base.

  5. PtrType :: JSFFIType

    ghc GHC.StgToJS.Types

    No documentation available.

  6. PtrV :: JSRep

    ghc GHC.StgToJS.Types

    pointer = reference to heap object (closure object), lifted or not. Can also be some RTS object (e.g. TVar#, MVar#, MutVar#, Weak#)

  7. module GHC.SysTools.Process

    No documentation available.

  8. data PredSpec

    ghc GHC.Tc.Deriv.Utils

    A PredSpec specifies a constraint to emitted when inferring the instance context for a derived instance in simplifyInfer.

  9. module GHC.Tc.Errors.Hole.Plugin

    No documentation available.

  10. module GHC.Tc.Errors.Ppr

    No documentation available.

Page 157 of many | Previous | Next