mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
unary operations
This commit is contained in:
parent
492ae4c943
commit
95acd939c8
2 changed files with 61 additions and 5 deletions
|
@ -389,6 +389,8 @@ pub enum EExpr<'a> {
|
|||
|
||||
Dot(Row, Col),
|
||||
Access(Row, Col),
|
||||
UnaryNot(Row, Col),
|
||||
UnaryNegate(Row, Col),
|
||||
|
||||
Def(&'a SyntaxError<'a>, Row, Col),
|
||||
Type(Type<'a>, Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue