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.
BadImportNotExportedSubordinates :: [OccName] -> BadImportKindghc-lib-parser GHC.Tc.Errors.Types The parent does not export the given children.
DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
-
ghc-lib-parser GHC.Tc.Errors.Types No documentation available.
ModulesDoNotExport :: NonEmpty Module -> OccName -> ImportErrorghc-lib-parser GHC.Tc.Errors.Types The imported modules don't export what we're looking for.
TcRnIdNotExportedFromLocalSig :: Name -> TcRnMessageghc-lib-parser 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-lib-parser 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-lib-parser 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-lib-parser GHC.Tc.Types No documentation available.
emptyRoleAnnotEnv :: RoleAnnotEnvghc-lib-parser GHC.Tc.Types No documentation available.
mkRoleAnnotEnv :: [LRoleAnnotDecl GhcRn] -> RoleAnnotEnvghc-lib-parser GHC.Tc.Types No documentation available.