From 043088d914695baf54cea2296293e9e9ca1b325e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 28 Jul 2022 15:41:24 -0700 Subject: Better interface for join. --- csc/strings.csc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csc/strings.csc') diff --git a/csc/strings.csc b/csc/strings.csc index 0259697..75175f0 100644 --- a/csc/strings.csc +++ b/csc/strings.csc @@ -53,7 +53,7 @@ #t))) - (define (join sep . strings) + (define (join sep strings) (apply string-append (intercalate sep strings))) -- cgit v1.3.1