diff options
author | Son Ho | 2022-02-12 13:37:57 +0100 |
---|---|---|
committer | Son Ho | 2022-02-12 13:37:57 +0100 |
commit | f0956a7491b4b004978cba8d25d979843b6e2e0f (patch) | |
tree | 0a146bc514c396cfd7ce2d686f880baac5d29b42 | |
parent | 04a98765bf1638245d3a923627a3b1b293dbe311 (diff) |
Add some TODOs
Diffstat (limited to '')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ # TODO +0. borrows which are never ended? Drop locals in *symbolic* modes upon return + +0. improve variable names generation: "hash_map" -> "hm" (and not just "h") + 0. replace all the `failwith` with `raise (Failure ...)`: in CPS, it messes up with provenance tracking |