diff options
author | Son Ho | 2022-01-14 12:29:52 +0100 |
---|---|---|
committer | Son Ho | 2022-01-14 12:29:52 +0100 |
commit | cad91811f91bd134bcc83eed0624db8081b76755 (patch) | |
tree | e9aaec9766b3de11da3e9b3a2788d6661f00e631 | |
parent | b0d5bc4b16bd0fa98515b21ea526514c43f4a943 (diff) |
Add a TODO
-rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |