typed-encoding-0.4.2.0: Type safe string transformations

Safe HaskellSafe
LanguageHaskell2010

Data.TypedEncoding.Instances.Support.Common

Contents

Description

Exports for instance creation.

Contains typical things needed when implementing encoding, decoding, recreate, or type to string conversions.

Synopsis

Documentation

>>> :set -XOverloadedStrings -XMultiParamTypeClasses -XDataKinds -XTypeApplications

Decoding

decAnyR :: forall r f c str. (Restriction r, Applicative f) => Decoding f r r c str Source #

Universal decoding for all "r-" types

Since: 0.3.0.0

decAnyR' :: forall alg r f c str. (Restriction r, Applicative f) => Decoding f r alg c str Source #

Since: 0.3.0.0

decAnyR_ :: forall r f c str alg. (Restriction r, Algorithm r alg, Applicative f) => Decoding f r alg c str Source #

Since: 0.3.0.0