package coq-lsp
-
coq-lsp.lsp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Message : sig ... end
Basic JSON-RPC Incoming Messages
val mk_range : Fleche.Types.Range.t -> Yojson.Safe.t
Build notification
val mk_diagnostics :
uri:string ->
version:int ->
(Fleche.Types.Range.t * int * string * unit option) list ->
Yojson.Safe.t