hex-0.1: Convert strings into hexadecimal and back.

Portabilityportable
Stabilityprovisional
Maintainertaruti@taruti.net

Data.Hex

Description

Convert strings into hexadecimal and back.

Synopsis

Documentation

class Hex t whereSource

Convert strings into hexadecimal and back.

Methods

hex :: t -> tSource

Convert string into hexadecimal.

unhex :: Monad m => t -> m tSource

Convert from hexadecimal and fail on invalid input.

c :: Monad m => Char -> m IntSource