exported FOLD-LEFT and FOLD-RIGHT to ()
authorStephen Adams <edu/mit/csail/zurich/adams>
Thu, 30 Sep 1993 17:09:53 +0000 (17:09 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Thu, 30 Sep 1993 17:09:53 +0000 (17:09 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index b7280294a9c0cd5d1348527d4bee88e8dd6d35c6..9e0cdcaabe8e39d27efb7f690262c9acc7cd578b 100644 (file)
@@ -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
index b7280294a9c0cd5d1348527d4bee88e8dd6d35c6..9e0cdcaabe8e39d27efb7f690262c9acc7cd578b 100644 (file)
@@ -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