package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

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

Module BtermdnSource

Discrimination nets with bounded depth.

This module registers actions (typically tactics) mapped to patterns

Patterns are stocked linearly as the list of its node in prefix order in such a way patterns having the same prefix have this common prefix shared and the seek for the action associated to the patterns that a term matches are found in time proportional to the maximal number of nodes of the patterns matching the term. The TransparentState.t indicates which constants and variables can be considered as rigid. These dnets are able to cope with existential variables as well, which match Everything.

Sourcemodule Make (Z : Map.OrderedType) : sig ... end
Sourceval dnet_depth : int ref
OCaml

Innovation. Community. Security.