diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-06-04 13:36:57 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-06-04 13:36:57 +0200 |
commit | b0f3aa14ae45e41671223259d9964817b8ca0488 (patch) | |
tree | 6885593df4591663f8e526750c529dd6ebb53c9b /modules/language/python | |
parent | f63cb2d26921bed57c2acbefd748579057ae5f28 (diff) |
list: Remove scm-list.
* modules/language/python/list.scm (scm-list): Remove.
Diffstat (limited to 'modules/language/python')
-rw-r--r-- | modules/language/python/list.scm | 2 |
1 files changed, 0 insertions, 2 deletions
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 <null>) (y <pair>)) (let lp ((l y)) (if (pair? l) |