Using LongRightArrow only works well if the complexes are put into parentheses, which is unnatural. We should throw an error when LongRightArrow or other arrows with higher precedence than Plus is present in the reaction steps.
Example: A --> B + C is actually (A --> B) + C when the intuitive form is A --> (B + C)
Using
LongRightArrowonly works well if the complexes are put into parentheses, which is unnatural. We should throw an error whenLongRightArrowor other arrows with higher precedence thanPlusis present in the reaction steps.Example:
A --> B + Cis actually(A --> B) + Cwhen the intuitive form isA --> (B + C)