Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. data ForeignStubs

    ghc-lib-parser GHC.Types.ForeignStubs

    Foreign export stubs

  2. ForeignStubs :: CHeader -> CStub -> ForeignStubs

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

  3. type ForAllTyBinder = VarBndr TyCoVar ForAllTyFlag

    ghc-lib-parser 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 See Note [VarBndrs, ForAllTyBinders, TyConBinders, and visibility] A TyVarBinder is a binder with only TyVar

  4. data ForAllTyFlag

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

  5. FormatASM :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    Assembly code

  6. FormatByteCode :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    ByteCode

  7. FormatC :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    C code/header

  8. FormatCMM :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    Cmm

  9. FormatCore :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    Core

  10. FormatHaskell :: DumpFormat

    ghc-lib-parser GHC.Utils.Logger

    Haskell

Page 295 of many | Previous | Next