-
The current rules of Standard ML forbid the direct inclusion of any characters outside of ASCII within a string literal. I propose that the rules be relaxed in Successor-ML so that conforming implemen…
ghost updated
7 years ago
-
rpmlint spits out a bunch of valid errors that should be addressed (symlinks with missing paths) etc. We should investigate what issues are present in the current packages, make a list of them, and ad…
-
One Meta issue that we ought to discuss is how much breakage we are willing to tolerate. The Successor ML features that were discussed in the previous incarnation of this process (and which are docum…
-
Personally I find the syntax for functors disheartening, especially when "sharing" and "where" are used. I never know how to indent, and I never find a way to make it look nice.
I think there is gen…
-
Hi there! Thanks for putting this together, it has helped immensely :smile:
I'm currently working on a rather large project with multiple tsconfigs in the same project (different dirs tho).
I bri…
-
The twofib code has the following pattern
``` asm
call twofib
nop
illtrap
```
and twofib itself is returning like this
``` asm
jmp %i7+0xC
```
instead of using ret ( which is %i7+0x8 ) , so it…
-
Looking at the closed issues, it seems that some users had problems building MLton, either because of GMP, or of MinGW. This leads me to asking: would it be possible to offer "official" Windows binari…
-
Unsuprisingly, I am fond of modular type classes --- the implicit application of functors along designated paths of composition to obtain a structure of a specified signature in a "standard" (by decla…
-
### Version
2024.1 (latest)
### Operating System
- [ ] Any
- [ ] Linux
- [X] macOS
- [ ] Windows
- [ ] Other Unix
### OS Version
macOS 14 (Sonoma)
### System Component
Install…
-
I was trying to complete Exercise `mul-example` in [Programming Language Foundations in Agda – DeBruijn](https://plfa.github.io/DeBruijn/) and encountered a problem.
A short background decription:
…