| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Chiasma.Codec.Data.Window
Documentation
Constructors
| Window | |
Fields
| |
Instances
| Generic Window Source # | |
| Show Window Source # | |
| TmuxCodec Window Source # | |
| Eq Window Source # | |
| type Rep Window Source # | |
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)))) | |