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. numpad4 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  2. numpad5 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  3. numpad6 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  4. numpad7 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  5. numpad8 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  6. numpad9 :: Text

    webdriver Test.WebDriver.Common.Keys

    No documentation available.

  7. numbered :: CFilter i -> LabelFilter i Int

    HaXml Text.XML.HaXml.Combinators

    Number the results from 1 upwards.

  8. numString :: Bool -> Parse Text

    graphviz Data.GraphViz.Parsing

    No documentation available.

  9. numberp :: forall (m :: Type -> Type) . Maybe AmountStyle -> TextParser m (Quantity, Word8, Maybe Char, Maybe DigitGroupStyle)

    hledger-lib Hledger.Read.Common

    Parse a string representation of a number for its value and display attributes. Some international number formats are accepted, eg either period or comma may be used for the decimal mark, and the other of these may be used for separating digit groups in the integer part. See http://en.wikipedia.org/wiki/Decimal_separator for more examples. This returns: the parsed numeric value, the precision (number of digits seen following the decimal mark), the decimal mark character used if any, and the digit group style if any.

  10. numDigitsInt :: Integral a => Int -> a

    hledger-lib Hledger.Utils

    Find the number of digits of an Int.

Page 74 of many | Previous | Next