package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.clib/Hashcons/Hstring/index.html

Module Hashcons.HstringSource

Hashconsing of strings.

Sourcetype t = string

Type of objects to hashcons.

Sourcetype u = unit

Type of hashcons functions for the sub-structures contained in t.

Sourcetype table

Type of hashconsing tables

Sourceval generate : u -> table

This create a hashtable of the hashconsed objects.

Sourceval hcons : table -> t -> t

Perform the hashconsing of the given object within the table.

Recover statistics of the hashconsing table.

OCaml

Innovation. Community. Security.