Philip Wellnitz

Results 9 issues of Philip Wellnitz

Currently, `real` is an `eqtype` which it shouldn't be, according to the SML Standard (see Appendix C). In particular, the following code should fail to elaborate: ``` SML 1.0 =...

MosML elaborates the following code: ``` SML fun f x x = x; ``` as ``` SML > val ('a, 'b) f = fn : 'a -> 'b -> 'b...

As python 2 is now officially deprecated (https://www.python.org/doc/sunset-python-2/), we may now (finally) drop support for it. In particular, I propose the following (from which we may choose to do any...

e:python-2
t:discussion

As you all are probably aware of, writing new segments (and getting them merged) right know comes with some tedious parts, e.g. writing tests or a proper documentation. Hence I...

t:enhancement
t:discussion

Currently, while functors are indeed implemented, they are not tested very well. Thus, plenty of squids can and will appear. This issue is intended to track all of these squids....

t:squid
s:elaboration
p9: low priority

``` SML fun f x = f x x ``` should not elaborate but it does.

t:squid
s:elaboration
p9: low priority

Add a mechanism to display that an updated frontend is available

t:enhancement
s:frontend
p9: low priority

Correctly implement overflows for values of type `real`; consider changing the integer overflow to 63 bit.

t:enhancement
s:evaluation
p9: low priority

- [x] Hoenn - [ ] Kanto - [ ] Johto

t:enhancement
s:Map