Module Java_label.UnaryOperatorSource
Sourcetype t = | PostIncrement| PostDecrement| PreIncrement| PreDecrement| Positive| Negative| Complement| Not
Sourceval to_simple_string : t -> string Sourceval to_short_string : t -> string Sourceval to_tag : t -> string * 'a list