Expression.OptionalCall
type t('M, 'T) = {
call: Call.t('M, 'T),
filtered_out: 'T,
optional: bool,
};