coq-lsp.fleche
Node.Info
coq-lsp.coq
coq-lsp.lang
coq-lsp.lsp
fleche_waterproof
type t = private {
cache_hit : bool;
parsing_time : float;
time : float option;
mw_prev : float;
mw_after : float;
stats : Stats.t;
Info about cumulative stats
}
val print : t -> string