Add `curry`/`uncurry` functions
Open
feature
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Should use `curry`/`uncurry` from [`coconut-prelude`](https://github.com/evhub/coconut-prelude) but with better verification that the caught `TypeError`/`MatchError` actually is from a failed function signature.
Contributor guide
Research direction
Start by reading the coconut-prelude curry/uncurry implementations and the Coconut code that handles caught TypeError and MatchError exceptions. Determine how failed function signatures are currently identified; done means adding curry/uncurry while verifying that those exceptions came from signature matching rather than unrelated errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100