Hoogle Search

Within LTS Haskell 24.50 (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 GHC.Prelude.Basic

    No documentation available.

  2. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval

    line number (for errors)

  3. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval.Types

    line number (for errors)

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

  5. NoNumber :: ConstructorNumber

    ghc GHC.Stg.Syntax

    No documentation available.

  6. ctNum :: ClosureType -> Int

    ghc GHC.StgToJS.Types

    Convert ClosureType to an Int

  7. threadStatusNum :: ThreadStatus -> Int

    ghc GHC.StgToJS.Types

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

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

    ghc GHC.Tc.Deriv.Generate

    No documentation available.

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

  10. DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReason

    ghc GHC.Tc.Errors.Types

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

Page 165 of many | Previous | Next