package coq-lsp

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

Innovation. Community. Security.