Add '|>' binary operator to aeso_syntax
This commit is contained in:
parent
e6159b8014
commit
0222c9eda0
@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
-type bin_op() :: '+' | '-' | '*' | '/' | mod | '^'
|
-type bin_op() :: '+' | '-' | '*' | '/' | mod | '^'
|
||||||
| '++' | '::' | '<' | '>' | '=<' | '>=' | '==' | '!='
|
| '++' | '::' | '<' | '>' | '=<' | '>=' | '==' | '!='
|
||||||
| '||' | '&&' | '..'.
|
| '||' | '&&' | '..' | '|>'.
|
||||||
-type un_op() :: '-' | '!'.
|
-type un_op() :: '-' | '!'.
|
||||||
|
|
||||||
-type expr()
|
-type expr()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user