Module Statement.Block

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