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.

  1. BadImportNotExported :: [GhcHint] -> BadImportKind

    ghc GHC.Tc.Errors.Types

    Module does not export...

  2. BadImportNotExportedSubordinates :: [OccName] -> BadImportKind

    ghc GHC.Tc.Errors.Types

    The parent does not export the given children.

  3. DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

    No documentation available.

  4. IsNotExported :: Exported

    ghc GHC.Tc.Errors.Types

    No documentation available.

  5. ModulesDoNotExport :: NonEmpty Module -> OccName -> ImportError

    ghc GHC.Tc.Errors.Types

    The imported modules don't export what we're looking for.

  6. TcRnIdNotExportedFromLocalSig :: Name -> TcRnMessage

    ghc 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

  7. TcRnIdNotExportedFromModuleSig :: Name -> Module -> TcRnMessage

    ghc 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

  8. TcRnLastStmtNotExpr :: HsStmtContextRn -> UnexpectedStatement -> TcRnMessage

    ghc 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

  9. type RoleAnnotEnv = NameEnv LRoleAnnotDecl GhcRn

    ghc GHC.Tc.Types

    No documentation available.

  10. emptyRoleAnnotEnv :: RoleAnnotEnv

    ghc GHC.Tc.Types

    No documentation available.

Page 84 of many | Previous | Next