package coq-lsp

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.5+9.0.tbz
sha256=11ba9a2f5c25f55fdfe1c00072f89940e35bd1441c64e2adac388a1cda53c881
sha512=b13d76d054c47354032d3371db8ff8bc2fbc78e2509596733249ebca8a2f5ce94529fcdb76cce0a353ecea26f66a52cd2b51310dad9156be10de7fe2ee66f6ba

doc/coq-lsp.fleche/Fleche/Io/Log/index.html

Module Io.LogSource

Sourceval set_trace_value : TraceValue.t -> unit

Set the trace value

Sourceval trace : string -> ?verbose:string -> ('a, Format.formatter, unit) format -> 'a

trace component ?verbose params Debug trace, using printf

Sourceval trace_ : string -> ?verbose:string -> string -> unit

Direct string-based method

Sourceval trace_object : string -> Yojson.Safe.t -> unit

Log JSON object to server info log

Sourceval feedback : string -> Coq.Loc_t.t Coq.Message.t list -> unit

For unhandled feedback, for example when running hover, remove eventually?