Module Statement.Continue

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