Add operator functions
Open
feature
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When an operator is called like `(+)` with two empty strings, it should return a function for the operator. When an operator is called with not enough arguments like `(+1)` with one of the arguments an empty string, it should return a partially-applied function for the operator.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.