Module CallTypeArg.Implicit

type ('M, 'T) t = 'T * 'M t'
and 'M t' = {
  1. comments : ('M, unit) Syntax.t option;
}