| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
DoubleXEncoding
Description
Implementation of double-X-encoder and -decoder in Haskell
Synopsis
- charEncode :: Char -> Char
- charDecode :: Char -> Char
- hexShiftEncode :: Char -> Char
- hexShiftDecode :: Char -> Char
- data EncodeOptions = EncodeOptions {}
- doubleXEncodeWithOptions :: EncodeOptions -> Text -> Text
- defaultOptions :: EncodeOptions
- doubleXEncode :: Text -> Text
- gqlOptions :: EncodeOptions
- doubleXEncodeGql :: Text -> Text
- parseHex :: Text -> Int
- doubleXDecode :: Text -> Text
Documentation
charEncode :: Char -> Char Source #
charEncode mapping in Haskell
charDecode :: Char -> Char Source #
hexShiftEncode :: Char -> Char Source #
hexShiftDecode :: Char -> Char Source #
data EncodeOptions Source #
Constructors
| EncodeOptions | |
Fields | |
doubleXEncodeWithOptions :: EncodeOptions -> Text -> Text Source #
doubleXEncode :: Text -> Text Source #
doubleXEncodeGql :: Text -> Text Source #
doubleXDecode :: Text -> Text Source #