Skip to content
  • Isaac Dupree's avatar
    parseInteger->parseUnsignedInteger to clarify meaning · 4a1aca10
    Isaac Dupree authored
    I decided against adding parseSignedInteger since octal
    and hex literals often have junk between the '-' and the
    digits, but, compare to Util.readRational which does handle
    signed numbers.  Also since Integers - mathematically and
    in Haskell - can be negative, normally.
    4a1aca10