From b0f3aa14ae45e41671223259d9964817b8ca0488 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 4 Jun 2019 13:36:57 +0200 Subject: list: Remove scm-list. * modules/language/python/list.scm (scm-list): Remove. --- modules/language/python/list.scm | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/language') diff --git a/modules/language/python/list.scm b/modules/language/python/list.scm index 2ac75c3..3f40d54 100644 --- a/modules/language/python/list.scm +++ b/modules/language/python/list.scm @@ -23,8 +23,6 @@ pylist pylist-listing py-reversed py-all py-any py-reversed)) -(define scm-list list) - (define-method (+ (x ) (y )) (let lp ((l y)) (if (pair? l) -- cgit v1.2.3