Module Dolmen_intf.PrettySource
Pretty printing annotations
This module defines types to specify pretty printing annotations (such as associtativity, infix notations, etc...).
Sourcetype name = | Exact of string| Renamed of string
Sourcetype pos = | Infix| Prefix
Sourcetype assoc = | Left| Right