From 87cfc5daced3f7b31672090afb5863a844da9f9a Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 8 Apr 1999 06:06:56 +0000 Subject: [PATCH] * boot-9.scm: Provide 'values. --- ice-9/boot-9.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 606d881f9..355afb7ea 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -522,6 +522,7 @@ (apply consumer (access-values result)) (consumer result)))))) +(provide 'values) ;;; {and-map and or-map}