package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Stats : sig ... end
module type S = sig ... end

Flèche memo / cache tables, with some advanced features

Document creation cache

module Interp : S with type input = Coq.State.t * Coq.Ast.t and type output = Coq.State.t

Vernacular evaluation cache, invariant w.r.t. Coq's Ast locations, results are repaired.

Require evaluation cache, also invariant w.r.t. locations inside Coq.Ast.Require.t

module Admit : S with type input = Coq.State.t and type output = Coq.State.t

Admit evaluation cache

module GlobalCacheStats : sig ... end
val all_size : unit -> int

Size of all caches, very expensive

OCaml

Innovation. Community. Security.