You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON serialization of ForAllStatement contains the operands twice, once in path_expression and assertion and once in left_operand and right_operand. The data is therefore duplicated resulting in a unnecessarily large JSON object.
The text was updated successfully, but these errors were encountered:
The JSON serialization of ForAllStatement contains the operands twice, once in
path_expression
andassertion
and once inleft_operand
andright_operand
. The data is therefore duplicated resulting in a unnecessarily large JSON object.The text was updated successfully, but these errors were encountered: