package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.3.tar.gz
md5=300d171d3225fac2a68ce348154ff640
sha512=65bc228d84f814cfea4b5ddcd20f365a8a8ea178bbd4474129c998e8a351a7dba8d2adbb263f7f18ed41c45c765e73c332b518834360bf3638fe2721518e1fd8

doc/vscoq-language-server.lsp/Protocol/ExtProtocol/Request/Client/index.html

Module Request.ClientSource

Sourcemodule ResetParams : sig ... end
Sourcemodule AboutParams : sig ... end
Sourcemodule CheckParams : sig ... end
Sourcemodule LocateParams : sig ... end
Sourcemodule PrintParams : sig ... end
Sourcemodule SearchParams : sig ... end
Sourcemodule DocumentStateParams : sig ... end
Sourcemodule DocumentStateResult : sig ... end
Sourcetype 'a t =
  1. | Std : 'a Lsp.Client_request.t -> 'a t
  2. | Reset : ResetParams.t -> unit t
  3. | About : AboutParams.t -> Printing.pp t
  4. | Check : CheckParams.t -> Printing.pp t
  5. | Locate : LocateParams.t -> Printing.pp t
  6. | Print : PrintParams.t -> Printing.pp t
  7. | Search : SearchParams.t -> unit t
  8. | DocumentState : DocumentStateParams.t -> DocumentStateResult.t t
Sourcetype packed =
  1. | Pack : 'a t -> packed
Sourceval t_of_jsonrpc : Jsonrpc.Request.t -> (packed, string) result
Sourceval yojson_of_result : 'a. 'a t -> 'a -> Yojson.Safe.t
OCaml

Innovation. Community. Security.