package coq-lsp

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

Module Notation_analysis.InfoSource

Sourcetype t = {
  1. locations : Loc.t list;
  2. path : string;
  3. secpath : string;
  4. notation : string;
  5. scope : string option;
}