module Three: sig endtype t =
| |
Yes |
| |
No |
| |
X |
val is_sub : t -> t -> bool
val inter : t -> t -> t optionval union : t -> t -> t
val is_disjoint : t -> t -> bool
val pp : Format.formatter -> t -> unit| Parameters: |
|