package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3

doc/coq-core.clib/Hashset/Make/index.html

Module Hashset.MakeSource

Parameters

module E : EqType

Signature

Sourcetype elt = E.t

Type of hashsets elements.

Sourcetype t

Type of hashsets.

Sourceval create : int -> t

create n creates a fresh hashset with initial size n.

Sourceval clear : t -> unit

Clear the contents of a hashset.

Sourceval repr : int -> elt -> t -> elt

repr key constr set uses key to look for constr in the hashet set. If constr is in set, returns the specific representation that is stored in set. Otherwise, constr is stored in set and will be used as the canonical representation of this value in the future.

Sourceval stats : t -> statistics

Recover statistics on the table.

OCaml

Innovation. Community. Security.