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