| Copyright | Aleksandr Krupenkin 2016-2021 |
|---|---|
| License | Apache-2.0 |
| Maintainer | mail@akru.me |
| Stability | experimental |
| Portability | unportable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.ByteArray.HexString.Internal
Description
Hex string data type.
Documentation
Represents a Hex string. Guarantees that all characters it contains are valid hex characters.
Constructors
| HexString | |
Fields | |
Instances
| Eq HexString Source # | |
| Ord HexString Source # | |
Defined in Data.ByteArray.HexString.Internal | |
| Show HexString Source # | |
| IsString HexString Source # | |
Defined in Data.ByteArray.HexString.Internal Methods fromString :: String -> HexString # | |
| Semigroup HexString Source # | |
| Monoid HexString Source # | |
| ToJSON HexString Source # | |
Defined in Data.ByteArray.HexString.Convert | |
| FromJSON HexString Source # | |
| ByteArrayAccess HexString Source # | |
| ByteArray HexString Source # | |
| Encode HexString Source # | |
Defined in Data.ByteArray.HexString.Internal | |
| Decode HexString Source # | |
Defined in Data.ByteArray.HexString.Internal | |