Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. getLineNumber :: Line s -> LineNo

    regex Text.RE.Tools.Grep

    the LineNo for this line

  2. getNumSubs :: Regex -> Int

    regex-pcre Text.Regex.PCRE

    No documentation available.

  3. getNumSubs :: Regex -> Int

    regex-pcre Text.Regex.PCRE.Wrap

    No documentation available.

  4. class CNumArgs (numArgs :: Nat) arrows

    registry Data.Registry.Lift

    Typeclass for counting the number of arguments of a function type

  5. binNumber :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for non-signed binary numbers

  6. commonLispNumberAnyBase :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for Common Lisp's arbitrary-base number syntax, of the form #[base]r[number], where the base is given in decimal. Note that this syntax begins with a #, which means it might conflict with defined reader macros.

  7. decNumber :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for non-signed decimal numbers

  8. dozNumber :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for non-signed duodecimal (dozenal) numbers. This understands both the ASCII characters a and b and the Unicode characters 'x218a' (↊) and 'x218b' (↋) as digits with the decimal values 10 and 11 respectively.

  9. gnuM4NumberAnyBase :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for GNU m4's arbitrary-base number syntax, of the form 0r[base]:[number], where the base is given in decimal.

  10. hexNumber :: Parser Integer

    s-cargot Data.SCargot.Common

    A parser for non-signed hexadecimal numbers

Page 419 of many | Previous | Next