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 GUI's parser does not flag the error on the observable line, which is using edit notation inside an observable. Instead it throws a rather cryptic error, which points to a function about some assertion related to unary rules and the mixture failing.
The GUI/IDE should catch this syntax error.
The text was updated successfully, but these errors were encountered:
Cryptic error:
1/1 File "term/pattern_compiler.ml", line 593, characters 20-26: Assertion failed
In the GUI, the following MWE produces the cryptic error:
The GUI's parser does not flag the error on the observable line, which is using edit notation inside an observable. Instead it throws a rather cryptic error, which points to a function about some assertion related to unary rules and the mixture failing.
The text was updated successfully, but these errors were encountered: