Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Direct use of these methods is discouraged. Use Data.TypedEncoding.Instances.Support.Encode or Data.TypedEncoding.Instances.Support.Decode
Documentation
implTranF' :: Functor f => (conf -> str -> f str) -> Enc enc1 conf str -> f (Enc enc2 conf str) Source #
implTranP' :: Applicative f => (conf -> str -> str) -> Enc enc1 conf str -> f (Enc enc2 conf str) Source #