Module Expression.OptionalMember

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