package coq-lsp

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

Module Diagnostic.ModeSource

Sourcetype t =
  1. | String
  2. | Pp

Flèche diagnostics store the message as a Pp.t box format, but usually LSP standard mandates the message field to be a string, thus we allow clients to select the mode.

Sourceval set : t -> unit