Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. cHostPlatformString :: String

    ghc GHC.Settings.Config

    No documentation available.

  2. collectDebugInformation :: StgDebugOpts -> ModLocation -> [StgTopBinding] -> ([StgTopBinding], InfoTableProvMap)

    ghc GHC.Stg.Debug

    No documentation available.

  3. stgPipeline_forBytecode :: StgPipelineOpts -> !Bool

    ghc GHC.Stg.Pipeline

    No documentation available.

  4. stgPlatform :: StgPipelineOpts -> !Platform

    ghc GHC.Stg.Pipeline

    No documentation available.

  5. data LambdaFormInfo

    ghc GHC.StgToCmm.Closure

    Information about an identifier, from the code generator's point of view. Every identifier is bound to a LambdaFormInfo in the environment, which gives the code generator enough info to be able to tail call or return that identifier.

  6. data StandardFormInfo

    ghc GHC.StgToCmm.Closure

    StandardFormInfo tells whether this thunk has one of a small number of standard forms

  7. tagForArity :: Platform -> RepArity -> DynTag

    ghc GHC.StgToCmm.Closure

    No documentation available.

  8. tagForCon :: Platform -> DataCon -> DynTag

    ghc GHC.StgToCmm.Closure

    No documentation available.

  9. stgToCmmPlatform :: StgToCmmConfig -> Platform

    ghc GHC.StgToCmm.Config

    No documentation available.

  10. getPlatform :: CmmParse Platform

    ghc GHC.StgToCmm.ExtCode

    No documentation available.

Page 480 of many | Previous | Next