diff options
| author | 2024-09-04 02:16:10 -0400 | |
|---|---|---|
| committer | 2024-09-04 02:16:10 -0400 | |
| commit | c510054119dfe97c6e265f4ba8f3dd8c98f0edd8 (patch) | |
| tree | 8f2f9ff7d11e9bfa35e86106a3252a4cac902dd9 /miniscm | |
| parent | set:refactor maps (diff) | |
trie: add with test
Diffstat (limited to 'miniscm')
| -rw-r--r-- | miniscm/init.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miniscm/init.scm b/miniscm/init.scm index 91abe72..1803388 100644 --- a/miniscm/init.scm +++ b/miniscm/init.scm @@ -93,6 +93,7 @@ (define string-ref list-ref) (define string-set! list-set!) (define string list) +(define (string->list x) x) (define list<=> (lambda (x y <=>) |
