projects
/
software
/
python-on-guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f63cb2d
)
list: Remove scm-list.
author
Ricardo Wurmus
<rekado@elephly.net>
Tue, 4 Jun 2019 11:36:57 +0000
(13:36 +0200)
committer
Ricardo Wurmus
<rekado@elephly.net>
Tue, 4 Jun 2019 11:36:57 +0000
(13:36 +0200)
* modules/language/python/list.scm (scm-list): Remove.
modules/language/python/list.scm
patch
|
blob
|
history
diff --git
a/modules/language/python/list.scm
b/modules/language/python/list.scm
index
2ac75c3
..
3f40d54
100644
(file)
--- 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)