(draft; work in progress)
See also:
- Compilers
- Program analysis:
- Dynamic analysis - instrumentation, translation, sanitizers
| (* | |
| Some lemmas that can be used in conjunction with those in Coq.Lists.List | |
| See https://coq.inria.fr/library/Coq.Lists.List.html | |
| *) | |
| Require Import Lia. | |
| Require Import Coq.Lists.List. |
(draft; work in progress)
See also: