mlton icon indicating copy to clipboard operation
mlton copied to clipboard

The MLton repository

Results 35 mlton issues
Sort by recently updated
recently updated
newest added

@MatthewFluet Here are results on buildbots: https://ports.macports.org/port/mlton/details We got two systems failing: 10.6 and 10.7, and on 10.6 only `x86_64` build fails. (On 10.6 both `ppc` and `i386` are fine.)...

@MatthewFluet This is not really “an issue”, but a suggestion. If there is some interest in having pre-built MLton for macOS PowerPC (at least 32-bit), I can build the latest...

Hi there. This isn't something that affects me (it seems to rely on various factors coalescing - a use case I don't have), but I accidentally managed to trigger a...

Hi there. I was trying to implement a B-Tree at [this repository](https://github.com/hummy123/sml-tree-test) but the insMany function in the .sml file caused a compilation error with MLton: MLton 20210117 raised: Fail:...

At some point between 20130715 (Debian stable) and 20210117, MLton stopped accepting line directives like the following: ``` (*#line 407 "lazyparse.nw"*) ``` MLton now requires a column number, e.g., ```...