CakeML / pure

A verified compiler for a lazy functional language
Other
32 stars 4 forks source link

Add an EnvLang pass that converts Delay Var into Box #37

Open myreen opened 1 year ago

myreen commented 1 year ago

The compiler generates some Delays 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.