Dolmen_std.PrettySourcePretty printing annotations
This module defines types to specify pretty printing annotations (such as associtativity, infix notations, etc...).
type 'a print = 'a Dolmen_intf.Pretty.print = | Ignore : _ print| P : (Format.formatter -> 'a -> unit) -> 'a print