aristanetworks / aristanetworks/purescript-backend-optimizer
Evaluate literal `String` comparison
Open
- Dominant language
- PureScript
- Stars
- 216
- Forks
- 24
- Avg merge
- 8m
- Merged PRs (30d)
- 2
Description
See https://github.com/aristanetworks/purescript-backend-optimizer/pull/21#discussion_r968515091
```js
const test4 = /* #__PURE__ */ (() => Data$dOrd.ordString.compare("h")("i"))();
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked pull request discussion and the JavaScript example showing Data$dOrd.ordString.compare("h")("i"). Trace how literal String comparisons are handled by the optimizer, then define completion by determining whether this case is evaluated and updating the relevant behavior and coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100