Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. module GHC.Prelude

    Custom GHC Prelude This module serves as a replacement for the Prelude module and abstracts over differences between the bootstrapping GHC version, and may also provide a common default vocabulary.

  2. data Platform

    ghc-lib-parser GHC.Settings

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

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

    ghc-lib-parser GHC.Settings

    No documentation available.

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

  5. PlatformMisc :: String -> Bool -> Bool -> String -> Bool -> PlatformMisc

    ghc-lib-parser GHC.Settings

    No documentation available.

  6. PolyAlt :: AltType

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  7. PrimAlt :: PrimRep -> AltType

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

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

  9. Pap :: ClosureType

    ghc-lib-parser GHC.StgToJS.Types

    The closure is a Partial Application

  10. PrimInline :: JStgStat -> PrimRes

    ghc-lib-parser GHC.StgToJS.Types

    primop is inline, result is assigned directly

Page 554 of many | Previous | Next