Module Expression.OptionalMember

type t('M, 'T) = {
  1. member: Member.t('M, 'T),
  2. filtered_out: 'T,
  3. optional: bool,
};