package coq-lsp

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

Module Ser_analysis.NameAnalysisSource

Sourcetype (!'raw, !'glb, !'top) t = {
  1. raw : 'raw -> LocNames.a;
  2. glb : 'glb -> LocNames.a;
  3. top : 'top -> LocNames.a;
}
Sourceval register : ('raw, 'glb, 'top) Genarg.genarg_type -> ('raw, 'glb, 'top) t -> unit
Sourceval analyze : 'a Genarg.generic_argument -> LocNames.a