package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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 -> Loc.t Coq.Message.t list -> unit

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

OCaml

Innovation. Community. Security.