package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Vim : sig ... end

A Defun.Vim.t value is a reified value corresponding to the type of a function. It is used by wrap_viml_function to produce a regular ocaml function of the correct type.

module Ocaml : sig ... end

Defun.Ocaml is analogous to Defun.Vim, except used to specify OCaml-defined functions callable from neovim. See register_request_blocking and register_request_async below for usage.