Add an EnvLang pass that converts Delay Var into Box
Open
back end
enhancement
- Dominant language
- Standard ML
- Stars
- 44
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
The compiler generates some `Delay`s that are very simple.
There ought to be a pass in EnvLang that does this:
```
Delay (Var v) --> Box v
```
This issue is directly related to #39.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.