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. data ForeignLabelSource

    ghc-lib-parser GHC.Cmm.CLabel

    Record where a foreign label is stored.

  2. data ForeignConvention

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

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

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  4. data ForeignTarget

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  5. ForeignTarget :: CmmExpr -> ForeignConvention -> ForeignTarget

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  6. data ForeignHint

    ghc-lib-parser GHC.Cmm.Type

    No documentation available.

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

    ghc-lib-parser GHC.Core.Predicate

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

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

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

    No documentation available.

  9. ForAllTy :: ForAllTyBinder -> Type -> Type

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

    No documentation available.

  10. data ForAllTyFlag

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

    ForAllTyFlag Is something required to appear in source Haskell (Required), permitted by request (Specified) (visible type application), or prohibited entirely from appearing in source Haskell (Inferred)? See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] in GHC.Core.TyCo.Rep

Page 289 of many | Previous | Next