package coq-lsp

  1. Overview
  2. Docs

Goals

type 'a t = {
  1. range : JLang.Range.t option;
  2. level : int;
  3. text : 'a;
}
OCaml

Innovation. Community. Security.