package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.8.8.18.tbz
sha256=0f6d12e00d145c36a17c5a6661bae83ae9e86b4cb09638d1d1a70f42abfdfdde
sha512=33200cfa5d9c44f8af7fd26fd4aca85a11b5639a73080a1f002993be1594cbbef6447aa6116a2c9527d2734d34c718c1adf51ee3aff1c8efbfb86d2cb4059335

doc/coq-lsp.lsp/Lsp/Base/index.html

Module Lsp.BaseSource

Sourcemodule Message : sig ... end

Basic JSON-RPC Incoming Messages

Sourceval mk_notification : method_:string -> params:Yojson.Safe.t -> Yojson.Safe.t

Build notification

Sourceval mk_reply : id:int -> result:Yojson.Safe.t -> Yojson.Safe.t

Answer to a request

Sourceval mk_request_error : id:int -> code:int -> message:string -> Yojson.Safe.t

Fail a request

Sourcemodule ProgressToken : sig ... end

Progress

Sourcemodule ProgressParams : sig ... end
Sourceval mk_progress : token:ProgressToken.t -> value:'a -> ('a -> Yojson.Safe.t) -> Yojson.Safe.t
Sourcemodule WorkDoneProgressBegin : sig ... end
Sourcemodule WorkDoneProgressReport : sig ... end
Sourcemodule WorkDoneProgressEnd : sig ... end
OCaml

Innovation. Community. Security.