Skip to content

Commit 4201bbc

Browse files
committed
mark a TODO
1 parent 12bad6e commit 4201bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unpythonic/syntax/ifexprs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def aif(tree):
2525
test, then, otherwise = [implicit_do(x) for x in tree.elts]
2626
bindings = [q[(it, a[test])]]
2727
body = q[a[then] if it else a[otherwise]]
28+
# TODO: we should use a hygienically captured macro here.
2829
return let(bindings, body)
2930

3031
def cond(tree):

0 commit comments

Comments
 (0)