package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : int;
  2. method_ : string;
  3. params : Params.t;
}
val to_yojson : t -> Yojson.Safe.t
val make : method_:string -> id:int -> params:Params.t -> unit -> t
OCaml

Innovation. Community. Security.