Module Expression.TypeCast

type t('M, 'T) = {
  1. expression: Expression.t('M, 'T),
  2. annot: Type.annotation('M, 'T),
  3. comments: option(Syntax.t('M, unit)),
};