Matthew Fluet
Matthew Fluet
I believe that [RemoveUnused](http://mlton.org/RemoveUnused) could be improved to eliminate the computation of the `sum` value. Currently, the arguments of an `Arith` transfer and the test of a `Case` transfer are...
Good ideas. It wouldn't be very hard to mirror/serve the "wiki" portion of mlton.org from mlton.github.io. I'm not sure about pushing the mailing list archives, though.
I think those that can reuse existing helper functions should be straightforward to add. And then maybe also the predicate (`_p`) functions.
I seem to recall trying to build MLton against musl on Fedora with a cross compilation toolchain and had some build errors that I didn't fully investigate. I vaguely remember...
Nice to see that it worked. If you want to contribute that build, then I'd be willing to add it to the releases.
Fair enough. I did some experimenting, and it might not be too difficult to build on the `ubuntu` GitHub Actions images using `musl-gcc`. That would allow it to be a...
@melsman Nice! That looks correct. The executable built in the `mlton` directory is meant to be invoked from a script (`bin/mlton-script`). Running `make mlkit-mlton` from the root directory (https://github.com/MLton/mlton/blob/master/Makefile#L332-L360) will...
Anything is _possible_. :smile: This is something that I've thought would be very helpful to speeding up the front-end; one does spend a non-trivial time elaborating the Basis Library and...
Is the `/usr/local/bin/mlton` a MaPLe MLton or a (regular) MLton? What's happening is that the (default) `/usr/local/lib/mlton/targets/self/libmlton.a` corresponds to an `npi` version (non-position independent), but `cc` on your system defaults...
Still getting the same long stream of errors, or just getting one error about `staticHeapI`? Karl Crary actually reported a similar problem a couple of months ago. Here's the conclusion...