pure
pure copied to clipboard
Add an EnvLang pass that converts Delay Var into Box
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.