Module Type.Intersection

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