We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3682e5 + 04a82ad commit 03b7198Copy full SHA for 03b7198
2 files changed
mathics/core/parser/operators.py
@@ -133,6 +133,7 @@
133
134
nonassoc_binary_ops = {
135
'UndirectedEdge': 120,
136
+ 'DirectedEdge': 128,
137
'PatternTest': 680,
138
}
139
0 commit comments