Module Statement.BreakSource

Sourcetype 'M t = {
  1. label : ('M, 'M) Identifier.t option;
  2. comments : ('M, unit) Syntax.t option;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string