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

Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. ifForAllBndrVar :: IfaceForAllBndr -> IfaceBndr

    ghc GHC.Iface.Type

    Extract an IfaceBndr from an IfaceForAllBndr.

  2. ifaceForAllSpecToBndr :: IfaceForAllSpecBndr -> IfaceForAllBndr

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    Make an IfaceForAllBndr from an IfaceTvBndr.

  5. pprIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

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

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

    ghc GHC.Iface.Type

    No documentation available.

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

    ghc GHC.Iface.Type

    Like pprIfaceForAllPart, but always uses an explicit forall.

  8. pprUserIfaceForAll :: [IfaceForAllBndr] -> SDoc

    ghc GHC.Iface.Type

    No documentation available.

  9. ss_forall :: ShowSub -> ShowForAllFlag

    ghc GHC.Iface.Type

    No documentation available.

  10. assignAll :: [JStgExpr] -> [JStgExpr] -> JStgStat

    ghc GHC.JS.Make

    No documentation available.

Page 286 of many | Previous | Next

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