Module Labels.AssignmentOperatorSource
Sourcetype t = | Eq| AddEq| SubtEq| MultEq| DivEq| ModEq| AndEq| OrEq| XorEq| ShiftLEq| ShiftREq| SShiftREq
Sourceval to_simple_string : t -> string Sourceval to_tag : t -> string * 'a list Sourceval to_tag_name : t -> string