Statement.Block
type t('M, 'T) = {
body: list(Statement.t('M, 'T)),
comments: option(Syntax.t('M, list(Comment.t('M)))),
};