mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 09:07:21 +00:00
Fix precendence
This commit is contained in:
parent
03641c16f8
commit
7433ad63b6
1 changed files with 1 additions and 1 deletions
|
@ -155,9 +155,9 @@ pub enum BinOp {
|
|||
Slash,
|
||||
DoubleSlash,
|
||||
Percent,
|
||||
DoubleQuestion,
|
||||
Plus,
|
||||
Minus,
|
||||
DoubleQuestion,
|
||||
Pizza,
|
||||
Equals,
|
||||
NotEquals,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue