-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
breakingThis change will break codeThis change will break codeneeds decisionA decision on this change is neededA decision on this change is neededparserLanguage parsing and surface syntaxLanguage parsing and surface syntax
Description
This would allow us to add <-
and <~
as operators (see e.g. #16985 (comment)). x<-1
for comparing x
to -1
is arguably not good style.
We could add ~>
now, which would only break applying bitwise not to the >
operator (which is pretty silly, although !>
is a different story :) ).
iblislin, yurivish, cscherrer, StefanKarpinski, thofma and 3 moreararslan and o314
Metadata
Metadata
Assignees
Labels
breakingThis change will break codeThis change will break codeneeds decisionA decision on this change is neededA decision on this change is neededparserLanguage parsing and surface syntaxLanguage parsing and surface syntax