package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Core.SymInfoSource

Not used as of today, superseded by DocumentSymbol

Sourcetype t = {
  1. name : string;
  2. kind : int;
  3. location : Location.t;
}
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.