Module Labels.IncOrDecOperatorSource

Sourcetype t =
  1. | PreIncr
  2. | PreDecr
  3. | PostIncr
  4. | PostDecr
Sourceval to_string : t -> string
Sourceval to_simple_string : t -> string
Sourceval to_tag : t -> string * 'a list
Sourceval to_tag_name : t -> string