| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Chiasma.Data.Window
Documentation
Constructors
| Window | |
Fields
| |
Instances
| Eq Window Source # | |
| Show Window Source # | |
| Generic Window Source # | |
| TmuxCodec Window Source # | |
| type Rep Window Source # | |
Defined in Chiasma.Data.Window type Rep Window = D1 (MetaData "Window" "Chiasma.Data.Window" "chiasma-0.1.0.0-JDSPoQYFRJnJrsuu7OxRRW" 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)))) | |
Instances
| Eq WindowId Source # | |
| Show WindowId Source # | |
| TmuxPrimDecode WindowId Source # | |
Defined in Chiasma.Data.Window Methods primDecode :: String -> Either TmuxDecodeError WindowId Source # | |