Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data ForeignSrcLang

    ghc GHC.Types.Basic

    No documentation available.

  2. ForeachField :: [Cpr] -> UnpackConFieldsResult

    ghc GHC.Types.Cpr

    No documentation available.

  3. module GHC.Types.ForeignCall

    No documentation available.

  4. newtype ForeignCall

    ghc GHC.Types.ForeignCall

    No documentation available.

  5. module GHC.Types.ForeignStubs

    Foreign export stubs

  6. data ForeignStubs

    ghc GHC.Types.ForeignStubs

    Foreign export stubs

  7. ForeignStubs :: CHeader -> CStub -> ForeignStubs

    ghc GHC.Types.ForeignStubs

    There are some stubs. Parameters: 1) Header file prototypes for "foreign exported" functions 2) C stubs to use when calling "foreign exported" functions

  8. type ForAllTyBinder = VarBndr TyCoVar ForAllTyFlag

    ghc GHC.Types.Var

    Variable Binder A ForAllTyBinder is the binder of a ForAllTy It's convenient to define this synonym here rather its natural home in GHC.Core.TyCo.Rep, because it's used in GHC.Core.DataCon.hs-boot A TyVarBinder is a binder with only TyVar

  9. data ForAllTyFlag

    ghc GHC.Types.Var

    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

  10. FormatASM :: DumpFormat

    ghc GHC.Utils.Logger

    Assembly code

Page 257 of many | Previous | Next