package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.0.1.tar.gz
sha256=051f7bf702ff0a3b370449728921e5a95e18bc2b31b8eb949d48422888c98af4

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) (_ : HashedType with type t = M.t) : Hashcons.S with type t = Set.Make(M).t and type u = M.t -> M.t

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