chiasma-0.10.1.0: A tmux client for Polysemy
Safe HaskellSafe-Inferred
LanguageGHC2021

Chiasma.Codec.Data.Session

Documentation

data Session Source #

Constructors

Session 

Instances

Instances details
Generic Session Source # 
Instance details

Defined in Chiasma.Codec.Data.Session

Associated Types

type Rep Session :: Type -> Type #

Methods

from :: Session -> Rep Session x #

to :: Rep Session x -> Session #

Show Session Source # 
Instance details

Defined in Chiasma.Codec.Data.Session

TmuxCodec Session Source # 
Instance details

Defined in Chiasma.Codec.Data.Session

Eq Session Source # 
Instance details

Defined in Chiasma.Codec.Data.Session

Methods

(==) :: Session -> Session -> Bool #

(/=) :: Session -> Session -> Bool #

type Rep Session Source # 
Instance details

Defined in Chiasma.Codec.Data.Session

type Rep Session = D1 ('MetaData "Session" "Chiasma.Codec.Data.Session" "chiasma-0.10.1.0-Enq17vjYLUVFgBfc7msm0x" 'False) (C1 ('MetaCons "Session" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 SessionId) :*: S1 ('MetaSel ('Just "sessionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))