packstream-0.1.0.0: PackStream converter for Neo4j BOLT protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.PackStream.Internal.Hex

Synopsis

Documentation

class Hex t where Source #

Convert strings into hexadecimal and back.

Methods

hex :: t -> t Source #

Convert string into hexadecimal.

unhex :: MonadFail m => t -> m t Source #

Convert from hexadecimal and fail on invalid input.

Instances

Instances details
Hex String Source # 
Instance details

Defined in Data.PackStream.Internal.Hex

Hex ByteString Source # 
Instance details

Defined in Data.PackStream.Internal.Hex

Hex ByteString Source # 
Instance details

Defined in Data.PackStream.Internal.Hex