Module Expression.New

type ('M, 'T) t = {
  1. callee : ('M, 'T) Expression.t;
  2. targs : ('M, 'T) CallTypeArgs.t option;
  3. arguments : ('M, 'T) ArgList.t option;
  4. comments : ('M, unit) Syntax.t option;
}