Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
CannotMixGADTConsWith98Cons :: ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
FixedRuntimeRepDataConField :: FixedRuntimeRepProvenanceghc GHC.Tc.Errors.Types Data constructor fields must have a fixed runtime representation. Tests: T11734, T18534.
FixedRuntimeRepError :: [FixedRuntimeRepErrorInfo] -> TcSolverReportMsgghc GHC.Tc.Errors.Types A violation of the representation-polymorphism invariants. See FixedRuntimeRepErrorInfo and FixedRuntimeRepContext for more information.
-
ghc GHC.Tc.Errors.Types Stores the information to be reported in a representation-polymorphism error message.
FixedRuntimeRepPatSynSigArg :: FixedRuntimeRepProvenanceghc GHC.Tc.Errors.Types Pattern synonym signature arguments must have a fixed runtime representation. Test: RepPolyPatSynArg.
FixedRuntimeRepPatSynSigRes :: FixedRuntimeRepProvenanceghc GHC.Tc.Errors.Types Pattern synonym signature scrutinee must have a fixed runtime representation. Test: RepPolyPatSynRes.
data
FixedRuntimeRepProvenance ghc GHC.Tc.Errors.Types In what context did we require a type to have a fixed runtime representation? Used by checkTypeHasFixedRuntimeRep for throwing representation polymorphism errors when validity checking. See Note [Representation polymorphism checking] in GHC.Tc.Utils.Concrete
MismatchedDataConFixities :: BootDataConMismatchghc GHC.Tc.Errors.Types The fixities of the DataCons differ.
NonVarInInfixExpr :: ConversionFailReasonghc GHC.Tc.Errors.Types No documentation available.
TcRnHsigFixityMismatch :: TyThing -> Fixity -> Fixity -> TcRnMessageghc GHC.Tc.Errors.Types TcRnHsigFixityMismatch is an error indicating that the fixity decl in a Backpack signature file differs from the one in the source file for the same operator. Test cases: bkpfail37, bkpfail38