Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Codec data type for winsaveview
.
Synopsis
- data WindowView = WindowView {}
- data PartialWindowView = PartialWindowView {}
- class AsPartialWindowView a where
- asPartialWindowView :: a -> PartialWindowView
Documentation
data WindowView Source #
Codec data type for winsaveview
.
Instances
data PartialWindowView Source #
Codec data type for winrestview
.
Instances
class AsPartialWindowView a where Source #
Convert between the return type of winsaveview
and the parameter type of winrestview
.
asPartialWindowView :: a -> PartialWindowView Source #