From fee3b506770ea5fa8e3ec6078795d1ede16244ec Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 26 Nov 2006 18:33:28 +0100 Subject: [PATCH] resolve --- scm/lily-library.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scm/lily-library.scm b/scm/lily-library.scm index e8327e4bed..3575e13264 100644 --- a/scm/lily-library.scm +++ b/scm/lily-library.scm @@ -253,6 +253,8 @@ found." (else (helper (cdr todo) (1+ k))))) + (helper lst 0)) + (define-public (count-list lst) "Given lst (E1 E2 .. ) return ((E1 . 1) (E2 . 2) ... ) " (define (helper l acc count) -- 2.39.5