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