summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtodo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 49658c670..e4d47c4c5 100755
--- a/todo.txt
+++ b/todo.txt
@@ -74,6 +74,11 @@ version 0.9.XX
 - think about ``{:}.toTable[int, string]()``
 - mocking support with ``tyProxy`` that does:
   o.p(x) --> p(o, x) -->  myMacro(o, p, x)
+  
+  This is really the opposite of ``tyExpr``:
+  * For parameter ``tyExpr`` any argument matches.
+  * Argument ``tyProxy`` matches any parameter.
+  
 - nice idea:
 
   p(a, b):