package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type elt
type set
type t
val create : unit -> t
val add : elt -> t -> unit
val find : elt -> t -> elt
val union : elt -> elt -> t -> unit
val union_set : set -> t -> unit
val partition : t -> set list