diff options
author | Araq <rumpf_a@web.de> | 2012-12-15 23:39:27 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-15 23:39:27 +0100 |
commit | cd006792891f2d8aafce73e7a3f29b6254410d59 (patch) | |
tree | f30ec4777fa259100dcf48d95bd56ee6536de228 /todo.txt | |
parent | a22c1f444fa76cc06fee1ae31c79986e9c3b459f (diff) | |
download | Nim-cd006792891f2d8aafce73e7a3f29b6254410d59.tar.gz |
some fixes for generic first class iterators
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index f5e6d8092..b79b617c0 100755 --- a/todo.txt +++ b/todo.txt @@ -3,7 +3,7 @@ version 0.9.2 - test&finish first class iterators: * nested iterators - * test generic iterators + * document them - fix closure bug finally - fix marshal bug |