polysemy-http-0.4.0.6: Polysemy Effect for Http-Client
Safe HaskellNone
LanguageHaskell2010

Polysemy.Http.AesonEntity

Synopsis

Documentation

interpretEntityEncodeAeson :: ToJSON d => Sem (EntityEncode d ': r) a -> Sem r a Source #

Interpreter for EntityEncode that uses Aeson.

interpretEntityDecodeAeson :: FromJSON d => Sem (EntityDecode d ': r) a -> Sem r a Source #

Interpreter for EntityDecode that uses Aeson.