typed-encoding-0.4.0.0: Type safe string transformations

Safe HaskellSafe
LanguageHaskell2010

Data.TypedEncoding.Instances.Support.Decode

Contents

Description

v0.2 style decoding combinators

Since: 0.3.0.0

Synopsis

Compiler figure out algorithm, these appear fast enough

_implDecodingF :: forall nm f c str. Functor f => (str -> f str) -> Decoding f nm (AlgNm nm) c str Source #

_implDecodingConfF :: forall nm f c str. Functor f => (c -> str -> f str) -> Decoding f nm (AlgNm nm) c str Source #

Assume alg ~ nm or explicit alg

implDecodingF :: forall nm f c str. Functor f => (str -> f str) -> Decoding f nm nm c str Source #

implDecodingF' :: forall alg nm f c str. Functor f => (str -> f str) -> Decoding f nm alg c str Source #