Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ribosome.Nvim.Api.RpcCall
Documentation
Constructors
RpcCall | |
Fields
|
newtype AsyncRpcCall Source #
Constructors
AsyncRpcCall | |
Fields |
Instances
Eq AsyncRpcCall Source # | |
Defined in Ribosome.Nvim.Api.RpcCall | |
Show AsyncRpcCall Source # | |
Defined in Ribosome.Nvim.Api.RpcCall Methods showsPrec :: Int -> AsyncRpcCall -> ShowS # show :: AsyncRpcCall -> String # showList :: [AsyncRpcCall] -> ShowS # | |
Rpc AsyncRpcCall () Source # | |
Defined in Ribosome.Nvim.Api.RpcCall |
newtype SyncRpcCall Source #
Constructors
SyncRpcCall | |
Fields |
Instances
Eq SyncRpcCall Source # | |
Defined in Ribosome.Nvim.Api.RpcCall | |
Show SyncRpcCall Source # | |
Defined in Ribosome.Nvim.Api.RpcCall Methods showsPrec :: Int -> SyncRpcCall -> ShowS # show :: SyncRpcCall -> String # showList :: [SyncRpcCall] -> ShowS # | |
MsgpackDecode a => Rpc SyncRpcCall a Source # | |
Defined in Ribosome.Nvim.Api.RpcCall |
Instances
Show RpcError Source # | |
ReportError RpcError Source # | |
Defined in Ribosome.Nvim.Api.RpcCall Methods errorReport :: RpcError -> ErrorReport Source # | |
AsRpcError RpcError Source # | |
DeepPrisms RpcError RpcError Source # | |
Defined in Ribosome.Nvim.Api.RpcCall | |
DeepPrisms RiboError RpcError | |
Defined in Ribosome.Data.RiboError | |
DeepPrisms SettingOrError RpcError | |
Defined in Ribosome.Config.Setting Methods |
class AsRpcError r where Source #
Minimal complete definition
Instances
MsgpackDecode a => Rpc SyncRpcCall a Source # | |
Defined in Ribosome.Nvim.Api.RpcCall | |
Rpc AsyncRpcCall () Source # | |
Defined in Ribosome.Nvim.Api.RpcCall |