> This code tickles at least 2 MLton bugs. The bugs are in a couple of optional > optimization passes that can be turned off from the command line. The following > call will successfully compile lrtl.sml until we track down the bugs. > > mlton -drop-pass contify1 -drop-pass contify2 -drop-pass contify3 -drop-pass unusedArgs3 lrtl.sml Matthew, can you look into both of these bugs?