package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Error_type = Nvim_internal.Error_type
type t =
  1. | Error of {
    1. error_type : Error_type.t;
    2. message : string;
    }
  2. | Parse_failure of Msgpack_rpc.Event.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_error : t -> Core.Error.t
OCaml

Innovation. Community. Security.