diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-24 00:55:38 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-24 00:55:38 -0700 |
commit | 9a7e0f15fe16d87d27cdb2868a07d6c8e19926cf (patch) | |
tree | 15b29d5810d6ee7b5e1fe90e201322c6b599d13a | |
parent | 8ec13146e814500853954cce76d6d8a7d8338813 (diff) | |
download | mu-9a7e0f15fe16d87d27cdb2868a07d6c8e19926cf.tar.gz |
1448
-rw-r--r-- | 049continuation.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/049continuation.cc b/049continuation.cc index 019c075e..f74f41b5 100644 --- a/049continuation.cc +++ b/049continuation.cc @@ -111,6 +111,7 @@ recipe main [ recipe f [ 11:continuation, 12:number <- g + # calls of the continuation end here reply 11:continuation, 12:number ] |