Module Type.Tuple

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