|
What other strange operators have been spotted in the wild?
- -5;
stdIn:12.1 Error: _expression_ or pattern begins with infix identifier "-"
stdIn:12.1-12.3 Error: operator and operand don't agree [literal]
operator domain: 'Z * 'Z
operand: int
in _expression_:
- 5
- ~5;
val it = ~5 : int