package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Nvim_error_event : sig ... end
type t =
  1. | Msgpack_rpc_error of Msgpack_rpc.Error.t
  2. | Nvim_error_event of Nvim_error_event.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_error : t -> Core.Error.t