This commit is contained in:
2026-08-27 01:02:16 -06:00
parent 009a154a6e
commit 196dd0d1b3
9 changed files with 209 additions and 92 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
(call/cc
(λ (k)
(begin ((λ (x) (k x))
#t)
(begin ((λ () (k #t)))
#f)))