-
Suppose I'm editing the file `test.sml` and decide to launch REPL. I call `:SMLReplStart` and it works but does this:
```
val _ = use "SMLNJ";
val _ = use "SMLNJ";
Standard ML of New Jersey v110…
-
Making JonPRL fully compliant with '97 has a few nice benefits. We never have to worry about NJ not adapting to a new platform, we can get faster binaries with mlton, we can properly support 64bit (do…
-
Hi there - Thanks for the nice tool.
I'm wondering what your stance is on `smlfmt` being able to format code that uses the SuccessorML syntax additions:
http://mlton.org/SuccessorML
Personall…
-
```
Goal of the task:
simEngine is a complex system to install. It requires a non-standard version
of MLton and getting the libraries to be statically linked could be tricky.
Requested Task Steps:…
-
## Environment
- Millet version: v0.8.5
## Steps to reproduce
https://github.com/MLton/mltonlib/blob/04477d37e709c3bcff9c26a9b00494ee85469f34/com/ssh/generic/unstable/detail/value/pretty.…
-
Higher-order functors are an old and obvious extension.
I think the only problem is whether defunctorizers like MLton can support them. I suspect that the module language would still be normalizing…
-
This issue is for discussion of proposal [2015-001 (Correction to the ListPair module)](https://github.com/SMLFamily/BasisLibrary/wiki/2015-001-Correction-to-ListPair).
-
```
Goal of the task:
simEngine is a complex system to install. It requires a non-standard version
of MLton and getting the libraries to be statically linked could be tricky.
Requested Task Steps:…
-
This issue is for discussion of proposal [2019-001 (Correction to the PRIM_IO signature)](https://github.com/SMLFamily/BasisLibrary/wiki/2019-001-Correction-to-PRIM_IO).
-
Ironically, I think it's in your code (pqueue-lazy-paring.sml).
```
- Cidre.make "/Users/rjsimmon/.smackage/lib/cmlib/v0.4.0/cmlib.mlb";
```
gives me two warnings - one of them is where I'd added a…