package coq

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

Parameters

module S : SetS
module M : sig ... end

Signature

type elt = S.elt
type set = S.t
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