polysemy-http-0.4.0.2: 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.