[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-213-ga540215
From: |
Mark H Weaver |
Subject: |
[Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-213-ga540215 |
Date: |
Thu, 21 Mar 2013 00:06:05 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=a540215119c43f3ad5c3491f249fc6dc1869a921
The branch, srfi-41 has been updated
via a540215119c43f3ad5c3491f249fc6dc1869a921 (commit)
from 3972e7e1b4604857f18ae2cfb6c694754b961e31 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a540215119c43f3ad5c3491f249fc6dc1869a921
Author: Mark H Weaver <address@hidden>
Date: Wed Mar 20 20:05:41 2013 -0400
Remove the unused and unexported 'pair-map'.
* module/srfi/srfi-41.scm (pair-map): Remove.
-----------------------------------------------------------------------
Summary of changes:
module/srfi/srfi-41.scm | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/module/srfi/srfi-41.scm b/module/srfi/srfi-41.scm
index 50e310b..09e4547 100644
--- a/module/srfi/srfi-41.scm
+++ b/module/srfi/srfi-41.scm
@@ -56,12 +56,6 @@
(unless (null? flunk)
(throw 'wrong-type-arg func msg (list args ...) flunk))))
-; Only the one-list version is supported since that's what we use.
-(define (pair-map proc clist)
- (define (kons pair result)
- (cons (proc pair) result))
- (pair-fold-right kons '() clist))
-
(define-syntax-rule (first-value expr)
(receive (first . _) expr
first))
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, srfi-41, updated. v2.0.7-213-ga540215,
Mark H Weaver <=