| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.HexString
Documentation
Represents a Hex string. Guarantees that all characters it contains are valid hex characters.
hexString :: ByteString -> HexString Source
Smart constructor which validates that all the text are actually hexadecimal characters.