Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. IfWarnAll :: IfaceWarningTxt -> IfaceWarnings

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  2. IfaceFCall :: ForeignCall -> IfaceType -> IfaceExpr

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  3. ImpIfaceAll :: ImpIfaceList

    ghc-lib-parser GHC.Iface.Syntax

    no user import list

  4. ss_forall :: ShowSub -> ShowForAllFlag

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  5. data ForAllTyFlag

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

  6. type IfaceForAllBndr = VarBndr IfaceBndr ForAllTyFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  7. IfaceForAllCo :: IfaceBndr -> ForAllTyFlag -> ForAllTyFlag -> IfaceCoercion -> IfaceCoercion -> IfaceCoercion

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  8. type IfaceForAllSpecBndr = VarBndr IfaceBndr Specificity

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  9. IfaceForAllTy :: IfaceForAllBndr -> IfaceType -> IfaceType

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  10. data ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    Show forall flag Unconditionally show the forall quantifier with (ShowForAllMust) or when (ShowForAllWhen) the names used are free in the binder or when compiling with -fprint-explicit-foralls.

Page 583 of many | Previous | Next