ribosome-0.9.9.9: Neovim plugin framework for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Data.WindowView

Description

Codec data type for winsaveview.

Synopsis

Documentation

data WindowView Source #

Codec data type for winsaveview.

Constructors

WindowView 

Fields

Instances

Instances details
Generic WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

Associated Types

type Rep WindowView :: Type -> Type #

Show WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

Eq WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

AsPartialWindowView WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

MsgpackDecode WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

MsgpackEncode WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

type Rep WindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

type Rep WindowView = D1 ('MetaData "WindowView" "Ribosome.Data.WindowView" "ribosome-0.9.9.9-9qviHqnn5IlBIAvGWfH18d" 'False) (C1 ('MetaCons "WindowView" 'PrefixI 'True) (S1 ('MetaSel ('Just "lnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "topline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))

data PartialWindowView Source #

Codec data type for winrestview.

Constructors

PartialWindowView 

Fields

Instances

Instances details
Generic PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

Associated Types

type Rep PartialWindowView :: Type -> Type #

Show PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

Eq PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

AsPartialWindowView PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

MsgpackDecode PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

MsgpackEncode PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

type Rep PartialWindowView Source # 
Instance details

Defined in Ribosome.Data.WindowView

type Rep PartialWindowView = D1 ('MetaData "PartialWindowView" "Ribosome.Data.WindowView" "ribosome-0.9.9.9-9qviHqnn5IlBIAvGWfH18d" 'False) (C1 ('MetaCons "PartialWindowView" 'PrefixI 'True) (S1 ('MetaSel ('Just "lnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "topline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int))))

class AsPartialWindowView a where Source #

Convert between the return type of winsaveview and the parameter type of winrestview.