argo-0.2022.8.28: Parse and render JSON.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Argo.Internal.Codec.List

Documentation

type List s e a = Item s e a a Source #

type Item s e a b = Codec (StateT [e] (ExceptT String Identity)) (WriterT [e] Identity) s a b Source #