package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Lang.Ast.Info.t = {
  1. range : Range.t;
  2. name : Name.t With_range.t;
  3. kind : int;
  4. detail : string option;
  5. children : t list option;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.