module Tags: sig .. end
sig
end
include struct ... end
val does_match : t -> t -> bool
t -> t -> bool
val of_list : elt list -> t
elt list -> t
val print : Format.formatter -> t -> unit
Format.formatter -> t -> unit
module Operators: sig .. end