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.
fixC :: (a -> FCode a) -> FCode aghc GHC.StgToCmm.Monad No documentation available.
CILayoutFixed :: Int -> [JSRep] -> CILayoutghc GHC.StgToJS.Types whole layout known
fixedLayout :: [JSRep] -> CILayoutghc GHC.StgToJS.Utils No documentation available.
gen_Ix_binds :: SrcSpan -> DerivInstTys -> TcM (LHsBinds GhcPs, Bag AuxBindSpec)ghc GHC.Tc.Deriv.Generate No documentation available.
pprTypeDoesNotHaveFixedRuntimeRep :: Type -> FixedRuntimeRepProvenance -> SDocghc GHC.Tc.Errors.Ppr No documentation available.
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.