Type.Typeof
module Target : sig ... end
type ('M, 'T) t = {
argument : ('M, 'T) Target.t;
comments : ('M, unit) Syntax.t option;
}