1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00

* boot-9.scm: Provide 'values.

This commit is contained in:
Mikael Djurfeldt 1999-04-08 06:06:56 +00:00
parent f812cd8e6d
commit 87cfc5dace

View file

@ -522,6 +522,7 @@
(apply consumer (access-values result))
(consumer result))))))
(provide 'values)
;;; {and-map and or-map}