`append-map*!', and `1d-table/alist'.
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.38 1989/06/06 22:42:36 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(define-package (runtime 1d-property)
(files "prop1d")
(parent ())
- (export () 1d-table/get
+ (export () 1d-table/alist
+ 1d-table/get
1d-table/lookup
1d-table/put!
1d-table/remove!
alist?
append
append!
+ append-map
+ append-map!
+ append-map*
+ append-map*!
assoc
association-procedure
assq
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.43 1989/05/21 17:15:32 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.44 1989/06/06 22:43:13 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
'()))
(add-system! microcode-system)
(add-event-receiver! event:after-restore snarf-microcode-version!)
- (add-identification! "Runtime" 14 43))
+ (add-identification! "Runtime" 14 44))
(define microcode-system)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.37 1989/05/25 16:24:00 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.38 1989/06/06 22:42:36 cph Exp $
Copyright (c) 1988, 1989 Massachusetts Institute of Technology
(define-package (runtime 1d-property)
(files "prop1d")
(parent ())
- (export () 1d-table/get
+ (export () 1d-table/alist
+ 1d-table/get
1d-table/lookup
1d-table/put!
1d-table/remove!
alist?
append
append!
+ append-map
+ append-map!
+ append-map*
+ append-map*!
assoc
association-procedure
assq