Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval

    line number (for errors)

  2. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval.Types

    line number (for errors)

  3. data ConstructorNumber

    ghc 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 GHC.Stg.Syntax

    No documentation available.

  5. ctNum :: ClosureType -> Int

    ghc GHC.StgToJS.Types

    Convert ClosureType to an Int

  6. threadStatusNum :: ThreadStatus -> Int

    ghc GHC.StgToJS.Types

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

  7. gen_Enum_binds :: SrcSpan -> DerivInstTys -> TcM (LHsBinds GhcPs, Bag AuxBindSpec)

    ghc GHC.Tc.Deriv.Generate

    No documentation available.

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

    ghc 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 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 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 165 of many | Previous | Next