diff options
author | Araq <rumpf_a@web.de> | 2011-07-31 01:11:34 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-07-31 01:11:34 +0200 |
commit | 00da785f5dce911321f63230b7f87a7d143d2133 (patch) | |
tree | 5230cfc893dfd16b24ba33c093544f5806d270f0 /todo.txt | |
parent | 05cffb9370d05e810f30925a0b925f71ba6c2422 (diff) | |
download | Nim-00da785f5dce911321f63230b7f87a7d143d2133.tar.gz |
void type for generics
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 7 |
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 |