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

Data.ByteString.Nums.Careless.Hex

Synopsis

Documentation

class Num n => Hexable b n whereSource

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

hex :: b -> nSource

hexalize :: Num n => n -> Word8 -> nSource