module Raw:sig
..end
type ('base, 'set)
t = private
| |
Base of |
| |
Set of |
| |
Union of |
| |
Inter of |
| |
Diff of |
val compare : ('base -> 'base -> int) ->
('set -> 'set -> int) ->
('base, 'set) t -> ('base, 'set) t -> int