Martin Karup Jensen
Results
12
issues of
Martin Karup Jensen
It seems like `'` (single quote) is valid syntax in variable and function names, in so far as it is accepted by the compiler, but including a `'` in a...
bug
compiler
I'm not sure whether this is the intended semantics (side effect of using javascript?), but dividing a non-zero number by zero results in (+/-) `Infinity` ```sml 1/0 ``` gives ```...
bug
compiler