package coq-lsp

  1. Overview
  2. Docs

Trace values

type t =
  1. | Off
  2. | Messages
  3. | Verbose
val of_string : string -> t
val to_string : t -> string