We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72870c7 commit f5c4c2fCopy full SHA for f5c4c2f
srfi/180/body.scm
@@ -337,8 +337,8 @@
337
338
(define (json-fold array-start array-end object-start object-end fhere seed events)
339
340
- ;; json-fold is inspired from the above foldts definition, it is
341
- ;; built in continuation-passing-style.
+ ;; json-fold is inspired from the above foldts definition, unlike
+ ;; the above definition, it is continuation-passing-style.
342
343
(define (ruse seed k)
344
(lambda ()
0 commit comments