Update Hexstring for binary #1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import qualified Generics.SOP as SOP
|
|||
-- | Represents a Hex string. Guarantees that all characters it contains
|
||||
-- are valid hex characters.
|
||||
newtype HexString = HexString
|
||||
{ bytes :: BS.ByteString
|
||||
{ hexBytes :: BS.ByteString
|
||||
} deriving stock (Eq, Prelude.Show, GHC.Generic)
|
||||
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)
|
||||
deriving anyclass (Data.Structured.Show)
|
||||
|
|
Loading…
Reference in a new issue