package coq-lsp

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

Module Main.CGA

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