diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:43:22 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-16 13:43:22 +0100 |
commit | 2910096ccec456aa6493d06c9cc36bb70acd2988 (patch) | |
tree | d9265760a28342522ca793f0b64d713c140e4488 /todo.txt | |
parent | 00651d4afc4b384a81b893d94c27af22b812f577 (diff) | |
download | Nim-2910096ccec456aa6493d06c9cc36bb70acd2988.tar.gz |
updated the documentation for the 'do' notation
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index ac2041f66..ca8d60762 100644 --- a/todo.txt +++ b/todo.txt @@ -4,7 +4,6 @@ essential for 1.0 - introduce newSeqOfCap(10) - annotation support for getType() - overloading of `()` needs to be in .experimental -- do notation needs to be documented properly - find a solution for the x.f[T](y) gotcha - ``concept`` needs to be refined, a nice name for the feature is not enough. - Destructors need to be refined. |