Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. module GHC.Types.TyThing.Ppr

    No documentation available.

  2. data PiTyBinder

    ghc GHC.Types.Var

    A PiTyBinder represents an argument to a function. PiTyBinders can be dependent (Named) or nondependent (Anon). They may also be visible or not. See Note [PiTyBinders]

  3. type PiTyVarBinder = PiTyBinder

    ghc GHC.Types.Var

    PiTyVarBinder is like PiTyBinder, but there can only be TyVar in the Named field.

  4. type PackageCompleteMatches = CompleteMatches

    ghc GHC.Unit.External

    No documentation available.

  5. type PackageFamInstEnv = FamInstEnv

    ghc GHC.Unit.External

    No documentation available.

  6. type PackageIfaceTable = ModuleEnv ModIface

    ghc GHC.Unit.External

    Helps us find information about modules in the imported packages

  7. type PackageInstEnv = InstEnv

    ghc GHC.Unit.External

    No documentation available.

  8. type PackageRuleBase = RuleBase

    ghc GHC.Unit.External

    No documentation available.

  9. type PackageTypeEnv = TypeEnv

    ghc GHC.Unit.External

    No documentation available.

  10. newtype PackageId

    ghc GHC.Unit.Info

    No documentation available.

Page 168 of many | Previous | Next