package vcaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Defun.VimSource

module Type := Nvim_internal.Phantom
type notification := t
Sourcetype ('fn, 'leftmost_input) t

N.B. If you are wrapping a function that takes no arguments, just use unit. Do not use Nil @-> unit.

Sourceval (@->) : 'a Type.t -> ('b, _) t -> ('a -> 'b, 'a) t