-
Add a word64 primitive type, plus operations over it (operations list forthcoming from @myreen). Note the semantics would ideally re-use a semantic helper function down through all intermediate langua…
xrchz updated
7 years ago
-
As in https://lists.cakeml.org/private/dev/2016-January/001392.html
xrchz updated
8 years ago
-
See https://lists.cakeml.org/private/dev/2015-November/001345.html
xrchz updated
8 years ago
-
The checks are:
done /\ all_enc_ok c enc labs 0 sec_list /\ labs2 = labs /\
EVERY (check_lab sec_list) (all_labels labs) /\
ALL_DISTINCT (sec_names sec_list)
The important o…
-
See https://lists.cakeml.org/private/dev/2016-March/001445.html
xrchz updated
8 years ago
-
and move it to `compiler1`. See https://lists.cakeml.org/private/dev/2015-June/000977.html
xrchz updated
8 years ago
-
See https://lists.cakeml.org/private/dev/2015-June/000965.html
xrchz updated
8 years ago
-
Currently the translator will add a _1, _2, _3 etc. after a name if that name has already been taken. This can be problematic as pointed out by Yong Kiam.
Here are two alternatives:
1. have a long-na…
-
We currently have an issue for our roadmap (#256). However this is a terrible medium for storing and communicating this information and as a consequence we've let it get totally out of date.
So how s…
-
When one writes
`subgoal by tac`
the intended semantics is usually that `tac` solves the whole `subgoal`, but `by` allows `tac` to not fully solve the subgoal. This should be changed.
xrchz updated
7 years ago