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

Polysemy.Account.Data.AccountByName

Description

 
Synopsis

Documentation

data AccountByName Source #

Query payload for looking up accounts by name.

Constructors

AccountByName 

Fields

Instances

Instances details
IsString AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

Generic AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

Associated Types

type Rep AccountByName :: Type -> Type #

Show AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

Eq AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

Ord AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

type Rep AccountByName Source # 
Instance details

Defined in Polysemy.Account.Data.AccountByName

type Rep AccountByName = D1 ('MetaData "AccountByName" "Polysemy.Account.Data.AccountByName" "polysemy-account-0.2.0.0-JBrIF35CBfcBfeWmsi0YZS" 'False) (C1 ('MetaCons "AccountByName" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AccountName)))