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. type ForAllTyBinder = VarBndr TyCoVar ForAllTyFlag

    ghc GHC.Core.Type

    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

  2. data ForAllTyFlag

    ghc GHC.Core.Type

    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

  3. Forward :: EdgeType

    ghc GHC.Data.Graph.Directed

    No documentation available.

  4. ForceRecompile :: PluginRecompile

    ghc GHC.Driver.Plugins

    No documentation available.

  5. ForD :: XForD p -> ForeignDecl p -> HsDecl p

    ghc GHC.Hs.Decls

    Foreign declaration

  6. data ForeignDecl pass

    ghc GHC.Hs.Decls

    Foreign Declaration

  7. ForeignExport :: XForeignExport pass -> LIdP pass -> LHsSigType pass -> ForeignExport pass -> ForeignDecl pass

    ghc GHC.Hs.Decls

  8. data ForeignExport pass

    ghc GHC.Hs.Decls

    No documentation available.

  9. ForeignImport :: XForeignImport pass -> LIdP pass -> LHsSigType pass -> ForeignImport pass -> ForeignDecl pass

    ghc GHC.Hs.Decls

    No documentation available.

  10. data ForeignImport pass

    ghc GHC.Hs.Decls

    No documentation available.

Page 254 of many | Previous | Next