package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759

doc/rocq-runtime.clib/CSet/index.html

Module CSetSource

Sourcemodule type OrderedType = sig ... end
Sourcemodule type S = Set.S
Sourcemodule type ExtS = sig ... end
Sourcemodule Make (M : Map.OrderedType) : ExtS with type elt = M.t and type t = Set.Make(M).t
Sourcemodule type HashedType = sig ... end
Sourcemodule Hashcons (M : OrderedType) (_ : Hashcons.HashedType with type t = M.t) : Hashcons.S with type t = Set.Make(M).t

Create hash-consing for sets. The hashing function provided must be compatible with the comparison function.