Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
InvalidFamInstQTv :: TcTyVar -> Bool -> InvalidFamInstQTvReason -> InvalidFamInstQTvghc GHC.Tc.Errors.Types No documentation available.
InvalidFamInstQTvDodgy :: InvalidFamInstQTvReasonghc GHC.Tc.Errors.Types A dodgy binder, i.e. a variable that syntactically appears in LHS patterns but only in non-injective positions. See Note [Dodgy binding sites in type family instances] in GHC.Tc.Validity.
InvalidFamInstQTvNotBoundInPats :: InvalidFamInstQTvReasonghc GHC.Tc.Errors.Types A quantified type variable in a type or data family equation that is not bound in any LHS patterns.
InvalidFamInstQTvNotUsedInRHS :: InvalidFamInstQTvReasonghc GHC.Tc.Errors.Types A quantified type variable in a type or data family equation that is not used on the RHS.
-
ghc GHC.Tc.Errors.Types No documentation available.
InvalidImplicitParamBinding :: ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
InvalidTopDecl :: !HsDecl GhcPs -> AddTopDeclsErrorghc GHC.Tc.Errors.Types InvalidTopDecl is a Template Haskell error occurring when one of the Decs passed to addTopDecls is not a function, value, annotation, or foreign import declaration. Example(s): Test cases:
InvalidTyConParent :: TyCon -> NonEmpty RecSelParent -> BadRecordUpdateReasonghc GHC.Tc.Errors.Types We used type-directed disambiguation, but this resulted in an invalid parent (the type-directed parent is not among the parents we computed from the field labels alone).
InvalidTyFamInstLHS :: Type -> ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
InvalidTypeInstanceHeader :: Type -> ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.