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.
1 parent 26c8cb5 commit a260ce2Copy full SHA for a260ce2
2 files changed
mathics_scanner/data/operators.yml
@@ -4731,7 +4731,7 @@ Pattern:
4731
FullForm: Pattern[symb, expr]
4732
arity: Binary
4733
affix: Infix
4734
- associativity: right
+ associativity: "unknown"
4735
meaningful: true
4736
# comments:
4737
mathics_scanner/version.py
@@ -4,4 +4,4 @@
4
# well as importing into Python. That's why there is no
5
# space around "=" below.
6
# fmt: off
7
-__version__="10.0.0.dev0" # noqa
+__version__="2.0.1.dev0" # noqa
0 commit comments