Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Exports for instance creation.
Contains typical things needed when implementing encoding, decoding, recreate, or type to string conversions.
Synopsis
- decAnyR :: forall r f c str. (Restriction r, Applicative f) => Decoding f r r c str
- decAnyR' :: forall alg r f c str. (Restriction r, Applicative f) => Decoding f r alg c str
- decAnyR_ :: forall r f c str alg. (Restriction r, Algorithm r alg, Applicative f) => Decoding f r alg c str
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
decAnyR' :: forall alg r f c str. (Restriction r, Applicative f) => Decoding f r alg c str Source #
decAnyR_ :: forall r f c str alg. (Restriction r, Algorithm r alg, Applicative f) => Decoding f r alg c str Source #