-
We should have an overview page somewhere with the CI status of all relevant repos.
This could be a markdown file in a repo somewhere, or a web page on sel4.systems.
Ideally generated automatica…
-
In emacs, `End` is highlighted as a keyword but `Quote` is not.
```
Quote cakeml:
fun print_list ls =
case ls of [] => () | (x::xs) => (print x; print_list xs)
End
```
This relates to #12…
-
A version of the ARM ISA in Sail has been made available [here](https://github.com/rems-project/sail-arm/tree/master/arm-v8.5-a). This model originates with ARM, so has some form of legitimacy. This i…
xrchz updated
2 weeks ago
-
The `data_to_word` compilation pass introduces various helper functions. Some of these are never needed because the compiled program might never use the operations that need these helpers.
A deadc…
-
- [x] Create RFC on wiki with proposed schema changes (Adam)
- [x] Implement and re-prove involutivity in Coq spec
- [x] Re-extract and test in cakeml AM
- [ ] Update documentation
-
Want to share closure environments somehow to avoid an exponential blowup during evaluation.
See cb15c30b601bd92e25cce965fdd43e88f078f09e.
-
We want to compile HOL functions that essentially only operate over a memory modelling function and word types to wordLang (phase 1) and from there compile it to concrete machine code (phase 2).
Phas…
-
The various tacticals (`THEN`, `THENL`, `THEN1`) could be made to parallelise evaluation of the tactics on multiple subgoals. (I think it's reasonable to treat tactics that aren't robust to such paral…
xrchz updated
5 years ago
-
https://github.com/aravantv/HOL4-impconv
Also, the current implementation of `HINT_EXISTS_TAC` in HOL4 is somewhat broken, and I think fixed up in the above.
##
Want to back this issue? **[Post a b…
xrchz updated
9 years ago
-
Similar in spirit to `handle_sig` handlers from [here](https://github.com/ku-sldg/haskell-am/blob/master/copland-interp/src/ServerHandlers.hs).
cakeml AM JSON libraries [here](https://github.com/ku…