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

    ghc-lib-parser GHC.Settings

    Platform description This is used to describe platforms so that we can generate code for them.

  2. Platform :: ArchOS -> PlatformWordSize -> ByteOrder -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> !Maybe PlatformConstants -> Platform

    ghc-lib-parser GHC.Settings

    No documentation available.

  3. data PlatformMisc

    ghc-lib-parser GHC.Settings

    Platform-specific settings formerly hard-coded in Config.hs. These should probably be all be triaged whether they can be computed from other settings or belong in another another place (like Platform above).

  4. PlatformMisc :: String -> Bool -> Bool -> String -> Bool -> PlatformMisc

    ghc-lib-parser GHC.Settings

    No documentation available.

  5. PolyAlt :: AltType

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  6. PrimAlt :: PrimRep -> AltType

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  7. PRPrimCall :: JStgStat -> PrimRes

    ghc-lib-parser GHC.StgToJS.Types

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

  8. Pap :: ClosureType

    ghc-lib-parser GHC.StgToJS.Types

    The closure is a Partial Application

  9. PrimInline :: JStgStat -> PrimRes

    ghc-lib-parser GHC.StgToJS.Types

    primop is inline, result is assigned directly

  10. data PrimRes

    ghc-lib-parser 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.

Page 552 of many | Previous | Next