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

Ribosome.Host.Data.CommandRegister

Description

Special command parameter that exposes the used register.

Synopsis

Documentation

newtype CommandRegister Source #

When this type is used as a parameter of a command handler function, the RPC trigger uses the special token reg in the call.

This type then contains the name of the register specified by the user.

Constructors

CommandRegister 

Instances

Instances details
IsString CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Data.CommandRegister

Show CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Data.CommandRegister

Eq CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Data.CommandRegister

Ord CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Data.CommandRegister

MsgpackDecode CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Data.CommandRegister

BeforeRegular al CommandRegister => SpecialParam ('OptionState al c ac) CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Handler.Command

Associated Types

type TransSpecial ('OptionState al c ac) CommandRegister :: OptionState Source #

type TransSpecial ('OptionState al c ac) CommandRegister Source # 
Instance details

Defined in Ribosome.Host.Handler.Command