diff options
Diffstat (limited to 'modules/language')
-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) |