Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. toEnum :: Enum a => Int -> a

    ghc-lib-parser GHC.Prelude.Basic

    Convert from an Int.

  2. execLineNumber :: ExecOptions -> Int

    ghc-lib-parser GHC.Runtime.Eval.Types

    line number (for errors)

  3. data ConstructorNumber

    ghc-lib-parser GHC.Stg.Syntax

    When `-fdistinct-constructor-tables` is turned on then each usage of a constructor is given an unique number and an info table is generated for each different constructor.

  4. NoNumber :: ConstructorNumber

    ghc-lib-parser GHC.Stg.Syntax

    No documentation available.

  5. hdTagToEnum :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  6. ctNum :: ClosureType -> Int

    ghc-lib-parser GHC.StgToJS.Types

    Convert ClosureType to an Int

  7. threadStatusNum :: ThreadStatus -> Int

    ghc-lib-parser GHC.StgToJS.Types

    Convert the status of a thread in JS land to an Int

  8. DerivErrEnumOrProduct :: DeriveInstanceErrReason -> DeriveInstanceErrReason -> DeriveInstanceErrReason

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

    We couldn't derive an instance either because the type was not an enum type or because it did have more than one constructor.

  9. DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReason

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

    The given TyCon must be an enumeration. See Note [Enumeration types] in GHC.Core.TyCon

  10. TcRnMatchesHaveDiffNumArgs :: HsMatchContextRn -> MatchArgBadMatches -> TcRnMessage

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

    TcRnMatchesHaveDiffNumArgs is an error occurring when something has matches that have different numbers of arguments Example(s): foo x = True foo x y = False Test cases: renameshould_failrnfail045 typecheckshould_failT20768_fail

Page 284 of many | Previous | Next