package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. kind : string;
  2. range : Lang.Range.t option;
  3. offset : int * int;
  4. raw_text : (string, string) Result.t;
}
OCaml

Innovation. Community. Security.