bytestring-nums-0.3.2: Parse numeric literals from ByteStrings.ContentsIndex
Data.ByteString.Nums.Careless.Int
Synopsis
class Num n => Intable b n where
int :: b -> n
lazy_unsigned :: Num n => ByteString -> n
strict_unsigned :: Num n => ByteString -> n
Documentation
class Num n => Intable b n where
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 -> n
show/hide Instances
lazy_unsigned :: Num n => ByteString -> n
strict_unsigned :: Num n => ByteString -> n
Produced by Haddock version 2.6.0