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/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.