Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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
TcRnMultipleFixityDecls :: SrcSpan -> RdrName -> TcRnMessageghc GHC.Tc.Errors.Types TcRnMultipleFixityDecls is an error triggered by multiple fixity declarations for the same operator. Example(s): infixr 6 $$ infixl 4 $$ Test cases: renameshould_failRnMultipleFixityFail
TcRnNamespacedFixitySigWithoutFlag :: FixitySig GhcPs -> TcRnMessageghc GHC.Tc.Errors.Types TcRnNamespacedFixitySigWithoutFlag is an error that occurs when a namespace specifier is used in fixity signatures without the -XExplicitNamespaces extension enabled Example: {-# LANGUAGE NoExplicitNamespaces #-} f = const infixl 7 data f Test cases: T14032c
TcRnTypeDoesNotHaveFixedRuntimeRep :: Type -> FixedRuntimeRepProvenance -> ErrInfo -> TcRnMessageghc GHC.Tc.Errors.Types A type which was expected to have a fixed runtime representation does not have a fixed runtime representation. Example: data D (a :: TYPE r) = MkD a Test cases: T11724, T18534, RepPolyPatSynArg, RepPolyPatSynUnliftedNewtype, RepPolyPatSynRes, T20423
pprFixedRuntimeRepProvenance :: FixedRuntimeRepProvenance -> SDocghc GHC.Tc.Errors.Types No documentation available.
instFlexiX :: Subst -> [TKVar] -> TcS Substghc GHC.Tc.Solver.Monad No documentation available.