Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
Conversion into a String and the information if the text is case insensitive (relevant for alphanumeric encoding)
class ToNumeric a where Source #
Conversion into an array of digits (each has to be 0-9)
class ToBinary a where Source #
Conversion into binary data
Instances
ToBinary ByteString Source # | |
Defined in Codec.QRCode.Data.ToInput toBinary :: ByteString -> [Word8] Source # | |
ToBinary ByteString Source # | |
Defined in Codec.QRCode.Data.ToInput toBinary :: ByteString -> [Word8] Source # | |
ToBinary [Word8] Source # | |
ToBinary (Vector Word8) Source # | |
ToBinary (Vector Word8) Source # | |
ToBinary (Vector Word8) Source # | |