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. data ShowForAllFlag

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

  2. ShowForAllMust :: ShowForAllFlag

    ghc GHC.Iface.Type

    No documentation available.

  3. ShowForAllWhen :: ShowForAllFlag

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    No documentation available.

  5. ifForAllBndrName :: IfaceForAllBndr -> IfLclName

    ghc GHC.Iface.Type

    Extract the variable name from an IfaceForAllBndr.

  6. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  7. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    Make an IfaceForAllBndr from an IfaceTvBndr.

  10. pprIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

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

Page 464 of many | Previous | Next