Module Statement.Labeled

type t('M, 'T) = {
  1. label: Identifier.t('M, 'M),
  2. body: Statement.t('M, 'T),
  3. comments: option(Syntax.t('M, unit)),
};