Module Expression.CallTypeArgs

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. arguments : ('M, 'T) CallTypeArg.t list;
  2. comments : ('M, 'M Comment.t list) Syntax.t option;
}