summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 23ecc52c5..828add659 100755
--- a/todo.txt
+++ b/todo.txt
@@ -6,7 +6,12 @@ Version 0.8.14
   * add ``modGet`` for generics
   * documentation
   * provide ``mod`` as an alternative syntax for ``var``
-- document Nimrod's two phase symbol lookup for generics
+- document:
+  * Nimrod's two phase symbol lookup in generics
+  * type constraints for generics
+  * void type
+  * ``is`` operator for type equivalence
+  
 - optional indentation for 'case' statement
 - make threadvar efficient again on linux after testing
 - test the sort implementation again