typed-encoding-0.4.1.0: Type safe string transformations

Safe HaskellSafe
LanguageHaskell2010

Data.TypedEncoding.Instances.Restriction.CHAR8

Description

Should not be used directly, only as superset

Checks if 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 #