Question: unrestricted list functions
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 359
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
Do we have functions that can conveniently implement these?
foo :: Ur [a] %1-> [Ur a]
bar :: [Ur a] %1-> Ur [a]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by searching the linear-base API for functions matching the two unrestricted list signatures and read the surrounding linear-type definitions. Done means confirming whether both operations already exist or documenting a concrete library change if they do not; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100