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. BadImportNotExportedSubordinates :: [OccName] -> BadImportKind

    ghc-lib-parser GHC.Tc.Errors.Types

    The parent does not export the given children.

  2. DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReason

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

  3. IsNotExported :: Exported

    ghc-lib-parser GHC.Tc.Errors.Types

    No documentation available.

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

    ghc-lib-parser GHC.Tc.Errors.Types

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

  5. TcRnIdNotExportedFromLocalSig :: Name -> TcRnMessage

    ghc-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

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

    ghc-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

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

    ghc-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

  8. type RoleAnnotEnv = NameEnv LRoleAnnotDecl GhcRn

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

  9. emptyRoleAnnotEnv :: RoleAnnotEnv

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

  10. mkRoleAnnotEnv :: [LRoleAnnotDecl GhcRn] -> RoleAnnotEnv

    ghc-lib-parser GHC.Tc.Types

    No documentation available.

Page 99 of many | Previous | Next