Skip to content

Commit 3d152c0

Browse files
committed
clarify example in setup.py
1 parent 50f0a07 commit 3d152c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def g():
208208
if k:
209209
return k()
210210
def my_yield(value, cc):
211-
k << cc
212-
cc = identity
211+
k << cc # rebind the k in the @dlet env
212+
cc = identity # override current continuation
213213
return value
214214
# generator body
215215
call_cc[my_yield(1)]

0 commit comments

Comments
 (0)