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

Argo.Codec.List

Documentation

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

fromListCodec :: (Permission -> s -> Schema) -> Value [e] -> Permission -> List s e a -> Value a Source #