Module Statement.Block

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