* boot-9.scm: Provide 'values.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Apr 1999 06:06:56 +0000 (06:06 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 8 Apr 1999 06:06:56 +0000 (06:06 +0000)
ice-9/boot-9.scm

index 606d881..355afb7 100644 (file)
            (apply consumer (access-values result))
            (consumer result))))))
 
+(provide 'values)
 
 \f
 ;;; {and-map and or-map}