Use literal operator names for redefinition
Open
feature
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This should all be legal:
```
bind :: +(x,y) = x+y
{
bind :: **(self, other) = self,**other
}
/(1,2)
/:1:2
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.