Module Vcaml.Defun
module Vim : sig ... endA
Defun.Vim.tvalue is a reified value corresponding to the type of a function. It is used bywrap_viml_functionto produce a regular ocaml function of the correct type.
module Ocaml : sig ... endDefun.Ocamlis analogous toDefun.Vim, except used to specify OCaml-defined functions callable from neovim.