Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. needSourceNotes :: DynFlags -> Bool

    ghc-lib-parser GHC.Driver.Session

    Indicate whether we need to generate source notes

  2. PsErrOverloadedRecordUpdateNotEnabled :: PsMessage

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

    OverloadedRecordUpdate is not enabled.

  3. failNotEnabledImportQualifiedPost :: SrcSpan -> P ()

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  4. BadImportNotExported :: [GhcHint] -> BadImportKind

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

    Module does not export...

  5. BadImportNotExportedSubordinates :: [OccName] -> BadImportKind

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

    The parent does not export the given children.

  6. DerivErrCannotEtaReduceEnough :: Bool -> DeriveInstanceErrReason

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

    No documentation available.

  7. IsNotExported :: Exported

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

    No documentation available.

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

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

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

  9. 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

  10. 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

Page 126 of many | Previous | Next