Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
BadImportNotExported :: [GhcHint] -> BadImportKindghc GHC.Tc.Errors.Types Module does not export...
BadImportNotExportedSubordinates :: [OccName] -> BadImportKindghc GHC.Tc.Errors.Types The parent does not export the given children.
DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReasonghc GHC.Tc.Errors.Types No documentation available.
-
ghc GHC.Tc.Errors.Types No documentation available.
ModulesDoNotExport :: NonEmpty Module -> OccName -> ImportErrorghc GHC.Tc.Errors.Types The imported modules don't export what we're looking for.
TcRnIdNotExportedFromLocalSig :: Name -> TcRnMessageghc GHC.Tc.Errors.Types TcRnIdNotExportedFromLocalSig is an error pertaining to backpack that occurs when an identifier which is necessary for implementing a module signature is not exported from that signature. Example(s): None Test cases: backpackshould_failbkpfail30 backpackshould_failbkpfail31 backpackshould_failbkpfail34
TcRnIdNotExportedFromModuleSig :: Name -> Module -> TcRnMessageghc GHC.Tc.Errors.Types TcRnIdNotExportedFromModuleSig is an error pertaining to backpack that occurs when an identifier required by a signature is not exported by the module or signature that is being used as a substitution for that signature. Example(s): None Test cases: backpackshould_failbkpfail36
TcRnLastStmtNotExpr :: HsStmtContextRn -> UnexpectedStatement -> TcRnMessageghc GHC.Tc.Errors.Types TcRnLastStmtNotExpr is an error caused by the last statement in a statement block not being an expression. Example(s): do x <- pure () do let x = 5 Test cases: renameshould_failT6060 parsershould_failT3811g parsershould_failreadFail028
type
RoleAnnotEnv = NameEnv LRoleAnnotDecl GhcRnghc GHC.Tc.Types No documentation available.
emptyRoleAnnotEnv :: RoleAnnotEnvghc GHC.Tc.Types No documentation available.