package vcaml

  1. Overview
  2. Docs
OCaml bindings for the Neovim API

Install

Dune Dependency

Authors

Maintainers

Sources

vcaml-v0.15.0.tar.gz
sha256=0dbf2526a24d838988ae9a327550fdd9f0328dbdca9d026430fb4b579e0e0442

doc/vcaml.plugin/Vcaml_plugin/Oneshot/Rpc/index.html

Module Oneshot.RpcSource

Sourcetype t =
  1. | Sync_rpc : {
    1. name : string;
    2. type_ : ('fn, 'leftmost) Vcaml.Defun.Ocaml.Sync.t;
    3. f : keyboard_interrupted:unit Async.Deferred.t -> client:[ `connected ] Vcaml.Client.t -> 'fn;
    } -> t
Sourceval create : name:string -> type_:('a, 'b) Vcaml.Defun.Ocaml.Sync.t -> f: (keyboard_interrupted:unit Async.Deferred.t -> client:[ `connected ] Vcaml.Client.t -> 'a) -> t
OCaml

Innovation. Community. Security.