package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Type := Nvim_internal.Phantom
type notification := t
type ('fn, 'leftmost_input) t

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

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