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. module GHC.Tc.Plugin

    This module provides an interface for typechecker plugins to access select functions of the TcM, principally those to do with reading parts of the state.

  2. module GHC.Tc.TyCl.PatSyn

    Typechecking pattern synonym declarations

  3. PSig :: Name -> LHsSigWcType GhcRn -> UserTypeCtxt -> SrcSpan -> TcPartialSig

    ghc GHC.Tc.Types

    No documentation available.

  4. PatSig :: Name -> [InvisTVBinder] -> [InvisTVBinder] -> TcThetaType -> [InvisTVBinder] -> TcThetaType -> TcSigmaType -> TcPatSynSig

    ghc GHC.Tc.Types

    No documentation available.

  5. PatSynPE :: PromotionErr

    ghc GHC.Tc.Types

    No documentation available.

  6. data PendingStuff

    ghc GHC.Tc.Types

    No documentation available.

  7. data PromotionErr

    ghc GHC.Tc.Types

    No documentation available.

  8. PSig :: Name -> LHsSigWcType GhcRn -> UserTypeCtxt -> SrcSpan -> TcPartialSig

    ghc GHC.Tc.Types.BasicTypes

    No documentation available.

  9. PatSig :: Name -> [InvisTVBinder] -> [InvisTVBinder] -> TcThetaType -> [InvisTVBinder] -> TcThetaType -> TcSigmaType -> TcPatSynSig

    ghc GHC.Tc.Types.BasicTypes

    No documentation available.

  10. PluginReason :: CtIrredReason

    ghc GHC.Tc.Types.Constraint

    A typechecker plugin returned this in the pluginBadCts field of TcPluginProgress

Page 160 of many | Previous | Next