proteome-0.9.10: Neovim Project Manager
Safe HaskellSafe-Inferred
LanguageHaskell2010

Proteome.Data.AddOptions

Documentation

data AddOptions Source #

Constructors

AddOptions 

Instances

Instances details
Generic AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

Associated Types

type Rep AddOptions :: Type -> Type #

Show AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

Eq AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

MsgpackDecode AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

MsgpackEncode AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

type Rep AddOptions Source # 
Instance details

Defined in Proteome.Data.AddOptions

type Rep AddOptions = D1 ('MetaData "AddOptions" "Proteome.Data.AddOptions" "proteome-0.9.10-48XxF3xo2MP5xTrET0738Y" 'False) (C1 ('MetaCons "AddOptions" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectName) :*: (S1 ('MetaSel ('Just "tpe") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectType) :*: S1 ('MetaSel ('Just "activate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)))))