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. ForeignLabelInThisPackage :: ForeignLabelSource

    ghc-lib-parser 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.

  2. data ForeignLabelSource

    ghc-lib-parser GHC.Cmm.CLabel

    Record where a foreign label is stored.

  3. data ForeignConvention

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

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

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  5. data ForeignTarget

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  6. ForeignTarget :: CmmExpr -> ForeignConvention -> ForeignTarget

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  7. data ForeignHint

    ghc-lib-parser GHC.Cmm.Type

    No documentation available.

  8. ForAllPred :: [TyVar] -> [PredType] -> PredType -> Pred

    ghc-lib-parser GHC.Core.Predicate

    A quantified predicate. See Note [Quantified constraints] in GHC.Tc.Solver.Solve

  9. ForAllCo :: TyCoVar -> ForAllTyFlag -> ForAllTyFlag -> KindCoercion -> Coercion -> Coercion

    ghc-lib-parser GHC.Core.TyCo.Rep

    No documentation available.

  10. ForAllTy :: ForAllTyBinder -> Type -> Type

    ghc-lib-parser GHC.Core.TyCo.Rep

    No documentation available.

Page 289 of many | Previous | Next