Module Statement.With

type ('M, 'T) t = {
  1. _object : ('M, 'T) Expression.t;
  2. body : ('M, 'T) Statement.t;
  3. comments : ('M, unit) Syntax.t option;
}