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 ForAllTyFlag

    ghc GHC.Iface.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

  2. ForInStat :: Bool -> Ident -> JStgExpr -> JStgStat -> JStgStat

    ghc GHC.JS.JStg.Syntax

    For-in, bool is "each' when True

  3. ForStat :: JStgStat -> JStgExpr -> JStgStat -> JStgStat -> JStgStat

    ghc GHC.JS.JStg.Syntax

    For

  4. ForInStat :: Bool -> Ident -> JExpr -> JStat -> JStat

    ghc GHC.JS.Syntax

    For-in, bool is "each' when True

  5. ForStat :: JStat -> JExpr -> JStat -> JStat -> JStat

    ghc GHC.JS.Syntax

    For

  6. type ForAllTyBinder = VarBndr TyCoVar ForAllTyFlag

    ghc GHC.Plugins

    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

  7. data ForAllTyFlag

    ghc GHC.Plugins

    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

  8. module GHC.StgToCmm.Foreign

    No documentation available.

  9. data ForeignJSRef

    ghc GHC.StgToJS.Types

    A foreign reference to some JS code

  10. ForeignJSRef :: FastString -> FastString -> Safety -> CCallConv -> [FastString] -> FastString -> ForeignJSRef

    ghc GHC.StgToJS.Types

    No documentation available.

Page 255 of many | Previous | Next