coq-lsp.fleche
Stats.Global
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.coq
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
type nonrec 'a stats = t
Operations to save/restore global accumulated state
type t
val zero : unit -> t
val dump : unit -> t
val restore : t -> unit
val get_f : t -> kind:Kind.t -> unit stats
Get a particular field
val to_string : t -> string