module type Set_ref =Output signature of builders of references on a set.sig
..end
include State_builder.S
type
elt
val add : elt -> unit
val is_empty : unit -> bool
val mem : elt -> bool
val fold : (elt -> 'a -> 'a) -> 'a -> 'a
val iter : (elt -> unit) -> unit