package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.5.tar.gz
md5=8bc848aaf2ad0fe41a02741e633ad7e3
sha512=eb6c80a3290b1d688ea3b94a3087f204c9f9f03bddd95b21952b02af1dc4de073c1b99baed5a5f6a395e69a27c0d45f6ec181488da62e9f5c6a77d91d752dd5c

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
Sourcemodule DocumentProofsParams : sig ... end
Sourcemodule DocumentProofsResult : 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
  9. | DocumentProofs : DocumentProofsParams.t -> DocumentProofsResult.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.