summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2022-01-14 12:29:52 +0100
committerSon Ho2022-01-14 12:29:52 +0100
commitcad91811f91bd134bcc83eed0624db8081b76755 (patch)
treee9aaec9766b3de11da3e9b3a2788d6661f00e631
parentb0d5bc4b16bd0fa98515b21ea526514c43f4a943 (diff)
Add a TODO
-rw-r--r--TODO.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 661bdf9c..3c785c52 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,6 +9,9 @@
* check that no borrow_overwrites upon ending abstractions
+* add a switch to allow general symbolic values (containing references, etc.)
+ or not.
+
* set of types with mutable borrows (what to do when type variables appear under
shared borrows?)
necessary to know what to return.