package coq-lsp

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

Module Base.RequestSource

Sourcetype t = {
  1. id : int;
  2. method_ : string;
  3. params : Params.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval make : method_:string -> id:int -> params:Params.t -> unit -> t
OCaml

Innovation. Community. Security.