Open myreen opened 1 year ago
The compiler generates some Delays that are very simple.
Delay
There ought to be a pass in EnvLang that does this:
Delay (Var v) --> Box v
This issue is directly related to #39.
The compiler generates some
Delay
s that are very simple.There ought to be a pass in EnvLang that does this:
This issue is directly related to #39.