 | bytestring-nums-0.3.2: Parse numeric literals from ByteStrings. | Contents | Index |
|
Data.ByteString.Nums.Careless.Hex |
|
|
|
Synopsis |
|
|
|
Documentation |
|
class Num n => Hexable b n where |
Types that can be read from hexadecimal strings. Characters that are not
hexadecimal digits are skipped over. One pleasant consequence of this is
that a leading 0x is simply ignored.
| | Methods | | | Instances | |
|
|
hexalize :: Num n => n -> Word8 -> n |
|
Produced by Haddock version 2.6.0 |