bytestring-nums-0.3.3: Parse numeric literals from ByteStrings.

Data.ByteString.Nums.Careless.Int

Synopsis

Documentation

class Num n => Intable b n whereSource

Types that can be read from integer strings. Parses only decimal digits. Signed types can be read from strings that begin with a plus or minus; unsigned types are read from strings consisting solely of decimal digits.

Methods

int :: b -> nSource