Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. numSparks# :: State# d -> (# State# d, Int# #)

    ghc-internal GHC.Internal.Base

    Returns the number of sparks in the local spark pool.

  2. numCapabilities :: Int

    ghc-internal GHC.Internal.Conc.Sync

    the value passed to the +RTS -N flag. This is the number of Haskell threads that can run truly simultaneously at any given time, and is typically set to the number of physical processor cores on the machine. Strictly speaking it is better to use getNumCapabilities, because the number of capabilities might vary at runtime.

  3. numSparks :: IO Int

    ghc-internal GHC.Internal.Conc.Sync

    Returns the number of sparks currently in the local spark pool

  4. numSparks# :: State# d -> (# State# d, Int# #)

    ghc-internal GHC.Internal.Exts

    Returns the number of sparks in the local spark pool.

  5. numIoWorkerThreads :: MiscFlags -> Word32

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  6. numa :: GCFlags -> Bool

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  7. numaMask :: GCFlags -> Word

    ghc-internal GHC.Internal.RTS.Flags

    No documentation available.

  8. numerator :: Ratio a -> a

    ghc-internal GHC.Internal.Real

    Extract the numerator of the ratio in reduced form: the numerator and denominator have no common factor and the denominator is positive.

  9. numericEnumFrom :: Fractional a => a -> [a]

    ghc-internal GHC.Internal.Real

    No documentation available.

  10. numericEnumFromThen :: Fractional a => a -> a -> [a]

    ghc-internal GHC.Internal.Real

    No documentation available.

Page 71 of many | Previous | Next