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. 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. module GHC.Rename.Pat

    No documentation available.

  3. Prim :: RttiType -> [Word] -> Term

    ghc GHC.Runtime.Eval

    No documentation available.

  4. Prim :: RttiType -> [Word] -> Term

    ghc GHC.Runtime.Heap.Inspect

    No documentation available.

  5. PrepFFI :: FFIConv -> [FFIType] -> FFIType -> Message (RemotePtr C_ffi_cif)

    ghc GHC.Runtime.Interpreter

    Calls prepareForeignCall

  6. module GHC.Runtime.Interpreter.Process

    No documentation available.

  7. PrepFFI :: FFIConv -> [FFIType] -> FFIType -> Message (RemotePtr C_ffi_cif)

    ghc GHC.Runtime.Interpreter.Process

    Calls prepareForeignCall

  8. data Platform

    ghc GHC.Settings

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

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

    ghc GHC.Settings

    No documentation available.

  10. data PlatformMisc

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

Page 155 of many | Previous | Next