-
I have a build in which an options array is used to provide possible custom configuration flags for a compiler, in this case the [MLton](http://mlton.org/) SML compiler. In `meson_options.txt`:
```…
-
Hi there,
I was implementing a trie/prefix tree data structure ([here](https://github.com/hummy123/string-tries-sml)) and, while considering how to implement fold on the data structure, I think I …
-
Check the soundness of Crux against all of the examples here.
http://mlton.org/ValueRestriction
-
### Version
2021.1
### Operating System
- [ ] Any
- [ ] Linux
- [X] macOS
- [ ] Windows
- [ ] Other Unix
### OS Version
macOS Monterey version 12.5
### Processor
- [ ] Any
- [ ] Arm (using Rose…
-
The [`flat-array.sml`](https://github.com/MLton/mlton/blob/on-20130715-release/benchmark/tests/flat-array.sml) benchmark was added to demonstrate the [DeepFlatten](http://mlton.org/DeepFlatten) SSA2 o…
-
Moscow ML seems to be applying functions the Caml way, rather than what is called for in the Definition of Standard ML. The manual says to report this deviation as a bug. For me, it's a show-stoppin…
-
This thread started as an [SML Basis Library issue](https://github.com/SMLFamily/BasisLibrary/issues/7), but it probably should be here.
The question is where to allow underscores in numeric literals…
-
With the SourceForge outage taking out mlton.org, the web-based wiki is inaccessible. It would be nice to have at least mlton.github.io set up during this time, pointing to the asciidoc files in the r…
-
Idea:
separate function-like, closure and function in type.
Then type driven closure conversion
```sml
val f: function-like = if xx then g: function else h: closure
```
↓
```sml
val f…
KeenS updated
2 years ago
-
I have an example where a finalizer is unexpectedly not being run. However, the finalizer _is_ run if I transform the code to something (that I thought was) equivalent. This is using MLton 20210117.…