jon.recoil.org

Module Query_protocol.Syntax_doc_resultSource

Sourcemodule Level : sig ... end
Sourcetype t = {
  1. name : string;
  2. description : string;
  3. documentation : string option;
  4. level : Query_protocol.Syntax_doc_result.Level.t;
}