-
`parsingComputeLib` doesn't build under some very specific conditions anymore, Holmake in `compiler/parsing` fails with:
`Don't know how to build necessary target(s): /home/user/cakeml/semantics/sema…
-
Even with CML_HEAP_SIZE=60000 it fails with an out of heap error.
-
Make it so. Depends on #499
mn200 updated
4 years ago
-
The translator mangles the names of functions and type constructors to fit with the CakeML grammar. This mangling can produce non-distinct constructor names, which makes the translator fail. This issu…
-
Double.fma doesn't return a value and breaks subsequent code in certain cases. It does, however, always compile.
Example program:
```
fun main () =
let
val a = (Double.fromString "1.0")
val …
-
Currently, [the compiler is allowed to](https://github.com/CakeML/cakeml/blob/master/compiler/proofs/compilerProofScript.sml#L125) return `Failure CompileError`
for any input program. At present, the…
-
Had a nice chat with @pythonesque on Twitter:
> I think at this point most people involved in Coq development, at least, agree that a majority of the stuff in it should be in a proof assistant (may…
-
Currently, the floating point semantics of all CakeML ILs just delegates to `machine_ieee`, which uses a @ term to select a NaN to return in cases where that is the result. This makes the behavior of…
-
Maybe in the commandline module?
-
(Feature request)
It would be nice if the language had an isSubnormal function to test if the number is subnormal.
One of the reasons I want this is that I would like to be able to print out the…