bytestring-nums-0.3.2: Parse numeric literals from ByteStrings.ContentsIndex
Data.ByteString.Nums.Careless.Hex
Synopsis
class Num n => Hexable b n where
hex :: b -> n
hexalize :: Num n => n -> Word8 -> n
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
hex :: b -> n
show/hide Instances
hexalize :: Num n => n -> Word8 -> n
Produced by Haddock version 2.6.0