Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

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

    ghc GHC.Prelude.Basic

    No documentation available.

  2. signum :: Num a => a -> a

    ghc GHC.Prelude.Basic

    No documentation available.

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

    ghc GHC.Prelude.Basic

    No documentation available.

  4. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval

    line number (for errors)

  5. execLineNumber :: ExecOptions -> Int

    ghc GHC.Runtime.Eval.Types

    line number (for errors)

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

  7. NoNumber :: ConstructorNumber

    ghc GHC.Stg.Syntax

    No documentation available.

  8. ctNum :: ClosureType -> Int

    ghc GHC.StgToJS.Types

    Convert ClosureType to an Int

  9. threadStatusNum :: ThreadStatus -> Int

    ghc GHC.StgToJS.Types

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

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

    ghc GHC.Tc.Deriv.Generate

    No documentation available.

Page 161 of many | Previous | Next