petanque_json
Petanque_json.Interp
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.serlib
fleche_waterproof
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
type 'a r = ('a, int * string) Result.t
module Action : sig ... end
type 'a handle = token:Coq.Limits.Token.t -> Action.t -> 'a
val handle_request : do_handle:'a handle -> unhandled:(token:Coq.Limits.Token.t -> method_:string -> 'a) -> token:Coq.Limits.Token.t -> method_:string -> params:(string * Yojson.Safe.t) list -> 'a
val of_pet_err : ('a, Petanque.Agent.Error.t) Stdlib.result -> ('a, int * string) Result.t
val do_request : (module Protocol.Request.S) -> params:(string * Yojson.Safe.t) list -> Action.t