package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

doc/coq-core.tactics/Term_dnet/index.html

Module Term_dnetSource

Dnets on constr terms.

An instantiation of Dnet on (an approximation of) constr. It associates a term (possibly with Evar) with an identifier. Identifiers must be unique (no two terms sharing the same ident), and there must be a way to recover the full term from the identifier (function constr_of).

Optionally, a pre-treatment on terms can be performed before adding or searching (reduce). Practically, it is used to do some kind of delta-reduction on terms before indexing them.

The results returned here are perfect, since post-filtering is done inside here.

See tactics/dnet.mli for more details.

Sourcemodule type IDENT = sig ... end

Identifiers to store (right hand side of the association)

Sourcemodule type OPT = sig ... end

Options :

Sourcemodule type S = sig ... end
Sourcemodule Make (Ident : IDENT) (Opt : OPT) : S with type ident = Ident.t
OCaml

Innovation. Community. Security.