typed-encoding-0.5.2.1: Type safe string transformations

Safe HaskellSafe
LanguageHaskell2010

Data.TypedEncoding.Instances.Restriction.CHAR8

Description

"r-CHAR8" should not be used directly, only as superset.

This module includes tests that verify that all chars are < '256'

Encoding functions are here for test support only, no instances.

Since: 0.3.1.0

Synopsis

Documentation

>>> :set -XDataKinds -XTypeApplications

testEncChar8Char :: Encoding (Either EncodeEx) "r-CHAR8" "r-CHAR8" c Char Source #

testEncCHAR8 :: Char8Find str => Encoding (Either EncodeEx) "r-CHAR8" "r-CHAR8" c str Source #