Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
numberToFixed :: Integer -> Number -> Maybe (Integer, Integer)base Text.Read.Lex No documentation available.
numberToInteger :: Number -> Maybe Integerbase Text.Read.Lex No documentation available.
numberToRangedRational :: (Int, Int) -> Number -> Maybe Rationalbase Text.Read.Lex No documentation available.
numberToRational :: Number -> Rationalbase Text.Read.Lex No documentation available.
numElements :: Array i e -> Intbase GHC.Arr The number of elements in the array.
numElementsSTArray :: STArray s i e -> Intbase GHC.Arr No documentation available.
numSparks# :: State# d -> (# State# d, Int# #)base GHC.Base Returns the number of sparks in the local spark pool.
-
base GHC.Conc 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.
-
base GHC.Conc Returns the number of sparks currently in the local spark pool
-
base GHC.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.