module type S = sig .. end
sig
end
type t
val empty : t
t
val add : t -> t -> t
t -> t -> t
val sub : t -> t -> t
val opp : t -> t
t -> t
val equal : t -> t -> bool
t -> t -> bool
val compare : t -> t -> int
t -> t -> int
val hash : t -> int
t -> int