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
Since set.mm's commit ee877d4, the grammar pass fails with the following error message:
error: Unparseable statement
--> ../set.mm/set.mm:11907:28
|
11907 | trujust $p |- ( ( A. x x = x -> A. x x = x )
| ^ Could not parse this statement
|
error: Can't build the grammar
--> ../set.mm/set.mm:456456:3
|
456456 | $( $j garden_path ( x => ( ph ;
| ___^
... |
456462 | | $)
| |____^ Expanded formula cannot be parsed from root node
|
2 diagnostics issued.
It should not be the case, and the changes in that commit seem to be completely unrelated.
The text was updated successfully, but these errors were encountered:
Since set.mm's commit ee877d4, the grammar pass fails with the following error message:
It should not be the case, and the changes in that commit seem to be completely unrelated.
The text was updated successfully, but these errors were encountered: