package coq-lsp

  1. Overview
  2. Docs
type 'a t = {
  1. res : 'a;
  2. cache_hit : bool;
  3. memory : int;
  4. time : float;
}