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.
-
s-cargot Data.SCargot.Common A parser for non-signed octal numbers
prefixedNumber :: Parser Integers-cargot Data.SCargot.Common Parses a number, determining which numeric base to use by examining the literal's prefix: 0x for a hexadecimal number, 0z for a dozenal number, 0o for an octal number, and 0b for a binary number (as well as the upper-case versions of the same.) If the base is omitted entirely, then it is treated as a decimal number.
signedBinNumber :: Parser Integers-cargot Data.SCargot.Common A parser for signed binary numbers, with an optional leading + or -.
signedDecNumber :: Parser Integers-cargot Data.SCargot.Common A parser for signed decimal numbers, with an optional leading + or -.
signedDozNumber :: Parser Integers-cargot Data.SCargot.Common A parser for signed duodecimal (dozenal) numbers, with an optional leading + or -.
signedHexNumber :: Parser Integers-cargot Data.SCargot.Common A parser for signed hexadecimal numbers, with an optional leading + or -.
signedOctNumber :: Parser Integers-cargot Data.SCargot.Common A parser for signed octal numbers, with an optional leading + or -.
signedPrefixedNumber :: Parser Integers-cargot Data.SCargot.Common Parses a number in the same way as prefixedNumber, with an optional leading + or -.
-
sbv Data.SBV For each numeric value, show it in detail in the model with its bits spliced out. Good for floats.
crackNumSurfaceVals :: SMTConfig -> [(String, Integer)]sbv Data.SBV For crackNum: The surface representation of variables, if available