Module Type.Intersection

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