| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ribosome.Host.Data.Execution
Description
RPC message execution
Documentation
This type indicates the execution style that Neovim should be instructed to use for RPC messages – synchronous requests that block Neovim until a result is returned and asynchronous notifications.
Instances
| Bounded Execution Source # | |
| Enum Execution Source # | |
Defined in Ribosome.Host.Data.Execution Methods succ :: Execution -> Execution # pred :: Execution -> Execution # fromEnum :: Execution -> Int # enumFrom :: Execution -> [Execution] # enumFromThen :: Execution -> Execution -> [Execution] # enumFromTo :: Execution -> Execution -> [Execution] # enumFromThenTo :: Execution -> Execution -> Execution -> [Execution] # | |
| Show Execution Source # | |
| Eq Execution Source # | |
| MsgpackDecode Execution Source # | |
| MsgpackEncode Execution Source # | |