Copyright | (c) Taru Karttunen 2009 |
---|---|
License | BSD-style |
Maintainer | taruti@taruti.net |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Convert strings into hexadecimal and back.
Documentation
Convert strings into hexadecimal and back.
Convert string into hexadecimal.
unhex :: MonadFail m => t -> m t Source #
Convert from hexadecimal and fail on invalid input.
Instances
Hex String Source # | |
Hex ByteString Source # | |
Defined in Data.Hex hex :: ByteString -> ByteString Source # unhex :: MonadFail m => ByteString -> m ByteString Source # | |
Hex ByteString Source # | |
Defined in Data.Hex hex :: ByteString -> ByteString Source # unhex :: MonadFail m => ByteString -> m ByteString Source # |