diff --git a/todo.txt b/todo.txt index 49658c6701..e4d47c4c5a 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):