Module Java_label.AssignmentOperatorSource
Sourcetype t = | Eq| MulEq| DivEq| ModEq| AddEq| SubEq| ShiftLEq| ShiftREq| ShiftRUEq| AndEq| XorEq| OrEq
Sourceval to_simple_string : t -> string Sourceval to_short_string : t -> string Sourceval to_tag : t -> 'a -> string * 'a