aboutsummaryrefslogtreecommitdiffstats
path: root/csc/gensym.csc
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-07-03 14:37:10 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-07-03 14:37:10 -0700
commitbcb098e8eb18637b6999789585a38ff9168de9d5 (patch)
treefe2bee9fcc5cac8c2f8362c836901f7a3643cb03 /csc/gensym.csc
parentWrite closure conversion. (diff)
downloadchromatopelma-bcb098e8eb18637b6999789585a38ff9168de9d5.tar.zst
Add a diff library.
I was hesitant to add a diff library, but it was surprisingly easy. A straightforward application of dynamic programming.
Diffstat (limited to 'csc/gensym.csc')
-rw-r--r--csc/gensym.csc3
1 files changed, 2 insertions, 1 deletions
diff --git a/csc/gensym.csc b/csc/gensym.csc
index 252f77c..480cbc2 100644
--- a/csc/gensym.csc
+++ b/csc/gensym.csc
@@ -2,7 +2,8 @@
(export
gensym
gensym->int
- gensym=?)
+ gensym=?
+ gensym?)
(import (scheme base))
(begin