aboutsummaryrefslogtreecommitdiffstats
path: root/test.scm
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-12-31 13:14:34 -0500
committerGravatar Peter McGoron 2024-12-31 13:14:34 -0500
commit1d024a471bee7404c138b472a970bbbf0be3f718 (patch)
tree54f98888b7e4d6ac0ff85c7dd268d3797ffc19a7 /test.scm
parentfix lambda cps printing (diff)
simplify translation of quote
Diffstat (limited to 'test.scm')
-rw-r--r--test.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.scm b/test.scm
index 4595f2b..3db9478 100644
--- a/test.scm
+++ b/test.scm
@@ -41,4 +41,3 @@
(kappa (__v2) __γ1
(apply __v2 (y) __γ1 __toplevel)))
(cps->sexpr (core->cps '((lambda (x) x) y))))
-