Add '|>' binary operator to aeso_syntax

This commit is contained in:
Gaith Hallak 2022-08-03 14:35:51 +04:00
parent e6159b8014
commit 0222c9eda0

View File

@ -106,7 +106,7 @@
-type bin_op() :: '+' | '-' | '*' | '/' | mod | '^' -type bin_op() :: '+' | '-' | '*' | '/' | mod | '^'
| '++' | '::' | '<' | '>' | '=<' | '>=' | '==' | '!=' | '++' | '::' | '<' | '>' | '=<' | '>=' | '==' | '!='
| '||' | '&&' | '..'. | '||' | '&&' | '..' | '|>'.
-type un_op() :: '-' | '!'. -type un_op() :: '-' | '!'.
-type expr() -type expr()