• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. type IfaceForAllSpecBndr = VarBndr IfaceBndr Specificity

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  2. IfaceForAllTy :: IfaceForAllBndr -> IfaceType -> IfaceType

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  3. 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.

  4. ShowForAllMust :: ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  5. ShowForAllWhen :: ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  6. appArgsIfaceTypesForAllTyFlags :: IfaceAppArgs -> [(IfaceType, ForAllTyFlag)]

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  7. ifForAllBndrName :: IfaceForAllBndr -> IfLclName

    ghc-lib-parser GHC.Iface.Type

    Extract the variable name from an IfaceForAllBndr.

  8. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc-lib-parser GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  9. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  10. ifaceForAllSpecToBndrs :: [IfaceForAllSpecBndr] -> [IfaceForAllBndr]

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

Page 689 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete