polysemy-account-0.2.0.0: Account management with Servant and Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Polysemy.Account.Interpreter.AccountByName

Description

 
Synopsis

Documentation

interpretAccountByNameState :: forall i p r. Ord i => Show i => Member (Embed IO) r => [Uid i (Account p)] -> InterpretersFor (AccountQuery i p) r Source #

Interpret Query AccountByName and the corresponding Store in an AtomicState.