• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. mkForeignLabel :: FastString -> Maybe Int -> ForeignLabelSource -> FunctionOrData -> CLabel

    ghc GHC.Cmm.CLabel

    Make a foreign label

  2. cmmPlatform :: CmmConfig -> Platform

    ghc GHC.Cmm.Config

    retrieve the target Cmm platform

  3. CgFork :: BlockId -> CmmAGraph -> CmmTickScope -> CgStmt

    ghc GHC.Cmm.Graph

    No documentation available.

  4. CmmT_foreign :: CmmToken

    ghc GHC.Cmm.Lexer

    No documentation available.

  5. CmmForeignCall :: ForeignTarget -> [CmmFormal] -> [CmmActual] -> Label -> ByteOff -> ByteOff -> Bool -> CmmNode 'Open 'Closed

    ghc GHC.Cmm.Node

    No documentation available.

  6. type CmmFormal = LocalReg

    ghc GHC.Cmm.Node

    No documentation available.

  7. CmmUnsafeForeignCall :: ForeignTarget -> [CmmFormal] -> [CmmActual] -> CmmNode 'Open 'Open

    ghc GHC.Cmm.Node

    No documentation available.

  8. getPlatform :: PD Platform

    ghc GHC.Cmm.Parser.Monad

    No documentation available.

  9. primRepForeignHint :: PrimRep -> ForeignHint

    ghc GHC.Cmm.Utils

    No documentation available.

  10. typeForeignHint :: NvUnaryType -> ForeignHint

    ghc GHC.Cmm.Utils

    No documentation available.

Page 438 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete