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

Chiasma.Codec.Data

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)))

data Window Source #

Constructors

Window 

Instances

Instances details
Generic Window Source # 
Instance details

Defined in Chiasma.Codec.Data.Window

Associated Types

type Rep Window :: Type -> Type #

Methods

from :: Window -> Rep Window x #

to :: Rep Window x -> Window #

Show Window Source # 
Instance details

Defined in Chiasma.Codec.Data.Window

TmuxCodec Window Source # 
Instance details

Defined in Chiasma.Codec.Data.Window

Eq Window Source # 
Instance details

Defined in Chiasma.Codec.Data.Window

Methods

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

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

type Rep Window Source # 
Instance details

Defined in Chiasma.Codec.Data.Window

type Rep Window = D1 ('MetaData "Window" "Chiasma.Codec.Data.Window" "chiasma-0.10.1.0-Enq17vjYLUVFgBfc7msm0x" 'False) (C1 ('MetaCons "Window" 'PrefixI 'True) (S1 ('MetaSel ('Just "windowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 WindowId) :*: (S1 ('MetaSel ('Just "windowWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "windowHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))

data Pane Source #

Constructors

Pane 

Instances

Instances details
Generic Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

Associated Types

type Rep Pane :: Type -> Type #

Methods

from :: Pane -> Rep Pane x #

to :: Rep Pane x -> Pane #

Show Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

Methods

showsPrec :: Int -> Pane -> ShowS #

show :: Pane -> String #

showList :: [Pane] -> ShowS #

TmuxCodec Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

HasPaneId Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

Methods

paneId :: Pane -> PaneId Source #

Eq Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

Methods

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

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

type Rep Pane Source # 
Instance details

Defined in Chiasma.Codec.Data.Pane

type Rep Pane = D1 ('MetaData "Pane" "Chiasma.Codec.Data.Pane" "chiasma-0.10.1.0-Enq17vjYLUVFgBfc7msm0x" 'False) (C1 ('MetaCons "Pane" 'PrefixI 'True) ((S1 ('MetaSel ('Just "paneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PaneId) :*: S1 ('MetaSel ('Just "paneWidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "paneHeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "paneTop") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "paneLeft") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))))