[MLton] Re: [MLton-commit] r6608

Henry Cejtin henry.cejtin at sbcglobal.net
Fri Apr 25 17:16:33 PDT 2008


In a program I had with similar problems, I switched the vector to an array and
manually replaced each element in the vector afer the loop was done with it.
Kind of ugly because it is a form of manual storage allocation, but really needed
in my case.







More information about the MLton mailing list