Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
v0.2 style decoding combinators
Since: 0.3.0.0
Synopsis
- _implDecodingF :: forall nm f c str. Functor f => (str -> f str) -> Decoding f nm (AlgNm nm) c str
- _implDecodingConfF :: forall nm f c str. Functor f => (c -> str -> f str) -> Decoding f nm (AlgNm nm) c str
- implDecodingF :: forall nm f c str. Functor f => (str -> f str) -> Decoding f nm nm c str
- implDecodingF' :: forall alg nm f c str. Functor f => (str -> f str) -> Decoding f nm alg c str
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 #