Data.ByteString.Nums.Careless.Hex
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
Instances