package rocq-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Unionfind.SetSSource

Minimal interface for sets, subtype of stdlib's Set.

Sourcetype t
Sourcetype elt
Sourceval singleton : elt -> t
Sourceval union : t -> t -> t
Sourceval choose : t -> elt
Sourceval iter : (elt -> unit) -> t -> unit
OCaml

Innovation. Community. Security.