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

Polysemy.Account.Interpreter.AuthForAccount

Description

 
Synopsis

Documentation

interpretAuthForAccountState :: forall i r p. Ord i => Show i => Member (Embed IO) r => [Uid i (AccountAuth i)] -> InterpretersFor (AuthQuery i p) r Source #

Interpret Query AccountAuth and the corresponding Store in an AtomicState.