 | bytestring-nums-0.3.2: Parse numeric literals from ByteStrings. | Contents | Index |
|
| Data.ByteString.Nums.Careless.Int |
|
|
|
| Synopsis |
|
|
|
| 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 | | | Instances | |
|
|
| lazy_unsigned :: Num n => ByteString -> n |
|
| strict_unsigned :: Num n => ByteString -> n |
|
| Produced by Haddock version 2.7.2 |