Copyright | Aleksandr Krupenkin 2016-2024 |
---|---|
License | Apache-2.0 |
Maintainer | [email protected] |
Stability | experimental |
Portability | unportable |
Safe Haskell | Safe-Inferred |
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
FromJSON HexString Source # | |
ToJSON HexString Source # | |
Defined in Data.ByteArray.HexString.Convert | |
IsString HexString Source # | |
Defined in Data.ByteArray.HexString.Internal Methods fromString :: String -> HexString # | |
Monoid HexString Source # | |
Semigroup HexString Source # | |
Show HexString Source # | |
Eq HexString Source # | |
Ord HexString Source # | |
Defined in Data.ByteArray.HexString.Internal | |
ByteArray HexString Source # | |
ByteArrayAccess HexString Source # | |
Decode HexString Source # | |
Defined in Data.ByteArray.HexString.Internal | |
Encode HexString Source # | |
Defined in Data.ByteArray.HexString.Internal |