Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. ForkOp :: PrimOp

    ghc GHC.Builtin.PrimOps

    No documentation available.

  2. ForeignLabelInExternalPackage :: ForeignLabelSource

    ghc GHC.Cmm.CLabel

    Label is in some external, system package that doesn't also contain compiled Haskell code, and is not associated with any .hi files. We don't have to worry about Haskell code being inlined from external packages. It is safe to treat the RTS package as "external".

  3. ForeignLabelInPackage :: UnitId -> ForeignLabelSource

    ghc GHC.Cmm.CLabel

    Label is in a named package

  4. ForeignLabelInThisPackage :: ForeignLabelSource

    ghc GHC.Cmm.CLabel

    Label is in the package currently being compiled. This is only used for creating hacky tmp labels during code generation. Don't use it in any code that might be inlined across a package boundary (ie, core code) else the information will be wrong relative to the destination module.

  5. data ForeignLabelSource

    ghc GHC.Cmm.CLabel

    Record where a foreign label is stored.

  6. data ForeignConvention

    ghc GHC.Cmm.Node

    No documentation available.

  7. ForeignConvention :: CCallConv -> [ForeignHint] -> [ForeignHint] -> CmmReturnInfo -> ForeignConvention

    ghc GHC.Cmm.Node

    No documentation available.

  8. data ForeignTarget

    ghc GHC.Cmm.Node

    No documentation available.

  9. ForeignTarget :: CmmExpr -> ForeignConvention -> ForeignTarget

    ghc GHC.Cmm.Node

    No documentation available.

  10. data ForeignHint

    ghc GHC.Cmm.Type

    No documentation available.

Page 252 of many | Previous | Next