Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
RepresentationalEq :: TyVarInfo -> Maybe CoercibleMsg -> CannotUnifyVariableReasonghc GHC.Tc.Errors.Types No documentation available.
TcRnTypeEqualityOutOfScope :: TcRnMessageghc GHC.Tc.Errors.Types TcRnTypeEqualityOutOfScope is a warning (controlled by -Wtype-equality-out-of-scope) that occurs when the type equality (a ~ b) is not in scope. Test case: warningsshould_compileT18862b
TcRnTypeEqualityRequiresOperators :: TcRnMessageghc GHC.Tc.Errors.Types TcRnTypeEqualityRequiresOperators is a warning (controlled by -Wtype-equality-requires-operators) that occurs when the type equality (a ~ b) is used without the TypeOperators extension. Example: {-# LANGUAGE NoTypeOperators #-} f :: (a ~ b) => a -> b Test case: T18862a
-
ghc GHC.Tc.Errors.Types A mismatch between two types, which arose from a type equality. Test cases: T1470, tcfail212.
errorItemEqRel :: ErrorItem -> EqRelghc GHC.Tc.Errors.Types No documentation available.
teq_mb_same_occ :: MismatchMsg -> Maybe SameOccInfoghc GHC.Tc.Errors.Types No documentation available.
teq_mismatch_actual :: MismatchMsg -> Typeghc GHC.Tc.Errors.Types The overall actual type
teq_mismatch_expected :: MismatchMsg -> Typeghc GHC.Tc.Errors.Types The overall expected type
teq_mismatch_item :: MismatchMsg -> ErrorItemghc GHC.Tc.Errors.Types No documentation available.
teq_mismatch_ty1 :: MismatchMsg -> Typeghc GHC.Tc.Errors.Types No documentation available.