package ocplib-simplex

  1. Overview
  2. Docs

Module Make.SXSource

Sourcetype t
Sourcetype elt = Var.t
Sourceval empty : t
Sourceval is_empty : t -> bool
Sourceval choose : t -> elt
Sourceval elements : t -> elt list
Sourceval add : elt -> t -> t
Sourceval mem : elt -> t -> bool
Sourceval remove : elt -> t -> t
Sourceval fold : (elt -> 'b -> 'b) -> t -> 'b -> 'b
Sourceval iter : (elt -> unit) -> t -> unit
Sourceval union : t -> t -> t
OCaml

Innovation. Community. Security.