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. Number :: String -> Token

    yi-mode-javascript Yi.Lexer.JavaScript

    No documentation available.

  2. numerator :: Ratio a -> a

    base Data.Ratio

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

  3. numberToFixed :: Integer -> Number -> Maybe (Integer, Integer)

    base Text.Read.Lex

    No documentation available.

  4. numberToInteger :: Number -> Maybe Integer

    base Text.Read.Lex

    No documentation available.

  5. numberToRangedRational :: (Int, Int) -> Number -> Maybe Rational

    base Text.Read.Lex

    No documentation available.

  6. numberToRational :: Number -> Rational

    base Text.Read.Lex

    No documentation available.

  7. numElements :: Array i e -> Int

    base GHC.Arr

    The number of elements in the array.

  8. numElementsSTArray :: STArray s i e -> Int

    base GHC.Arr

    No documentation available.

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

    base GHC.Base

    Returns the number of sparks in the local spark pool.

  10. numCapabilities :: Int

    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.

Page 61 of many | Previous | Next