Module Expression.OptionalCall

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