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

Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

    ghc GHC.Iface.Type

    No documentation available.

  2. ifForAllBndrName :: IfaceForAllBndr -> IfLclName

    ghc GHC.Iface.Type

    Extract the variable name from an IfaceForAllBndr.

  3. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  4. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    Make an IfaceForAllBndr from an IfaceTvBndr.

  7. pprIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

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

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

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    Like pprIfaceForAllPart, but always uses an explicit forall.

  10. pprUserIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

    No documentation available.

Page 465 of many | Previous | Next

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