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. ShowForAllWhen :: ShowForAllFlag

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

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

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  3. ifForAllBndrName :: IfaceForAllBndr -> IfLclName

    ghc-lib-parser GHC.Iface.Type

    Extract the variable name from an IfaceForAllBndr.

  4. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc-lib-parser GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  5. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

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

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  7. mkIfaceForAllTvBndr :: ForAllTyFlag -> IfaceTvBndr -> IfaceForAllBndr

    ghc-lib-parser GHC.Iface.Type

    Make an IfaceForAllBndr from an IfaceTvBndr.

  8. pprIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc-lib-parser GHC.Iface.Type

    Render the "forall ... ." or "forall ... ->" bit of a type.

  9. pprIfaceForAllPart :: [IfaceForAllBndr] -> [IfacePredType] -> SDoc -> SDoc

    ghc-lib-parser GHC.Iface.Type

    No documentation available.

  10. pprIfaceForAllPartMust :: [IfaceForAllBndr] -> [IfacePredType] -> SDoc -> SDoc

    ghc-lib-parser GHC.Iface.Type

    Like pprIfaceForAllPart, but always uses an explicit forall.

Page 692 of many | Previous | Next