package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. stats : Stats.t;
  2. time_hash : float;
    (*

    Time in hashing consumed in the original execution

    *)
  3. cache_hit : bool;
    (*

    Whether we had a cache hit

    *)
}
val zero : t
OCaml

Innovation. Community. Security.