From: Stephen Adams Date: Thu, 30 Sep 1993 17:09:53 +0000 (+0000) Subject: exported FOLD-LEFT and FOLD-RIGHT to () X-Git-Tag: 20090517-FFI~7809 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=47484eeac25df65eb50efcc0309d31fb6da9b7f9;p=mit-scheme.git exported FOLD-LEFT and FOLD-RIGHT to () --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index b7280294a..9e0cdcaab 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.194 1993/09/15 20:26:09 adams Exp $ +$Id: runtime.pkg,v 14.195 1993/09/30 17:09:53 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -1145,6 +1145,8 @@ MIT in each case. |# except-last-pair! fifth first + fold-left + fold-right for-each fourth general-car-cdr diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index b7280294a..9e0cdcaab 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.194 1993/09/15 20:26:09 adams Exp $ +$Id: runtime.pkg,v 14.195 1993/09/30 17:09:53 adams Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -1145,6 +1145,8 @@ MIT in each case. |# except-last-pair! fifth first + fold-left + fold-right for-each fourth general-car-cdr