module type S = sig .. end
sig
end
include LUVar.S
val set_neg : elm -> t -> unit
elm -> t -> unit
val disjoint : t -> t -> unit
t -> t -> unit
val get_neg : t -> elm option
t -> elm option