package coq-lsp

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

Module Analyzer.MakeSource

Parameters

module A : RType

Signature

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