package coq-lsp

  1. Overview
  2. Docs

Information about the Ast, to move to lang

type 'l t = {
  1. range : 'l;
  2. name : Names.Name.t CAst.t;
  3. kind : int;
  4. detail : string option;
  5. children : 'l t list option;
}
OCaml

Innovation. Community. Security.