[[project @ 1996-12-13 08:34:56 by ghouston] ghouston**19961213083457 Ignore-this: 5c0d80d0bb55d1a9f1ba3c39f8e5d147 * utilities.scm (compose): uncomment. * init.scm (values): get call-with-values from slib. ] hunk ./ChangeLog 1 +Fri Dec 13 04:53:50 1996 Gary Houston + + * utilities.scm (compose): uncomment. + * init.scm (values): get call-with-values from slib. + hunk ./init.scm 8 +(require 'values) hunk ./utilities.scm 4 -;;; for Guile: :optional renamed to optional. commented out compose. +;;; for Guile: changed use of :optional to optional. hunk ./utilities.scm 132 -;(define (compose f g) -; (lambda args (call-with-values (lambda () (apply g args)) f))) +(define (compose f g) + (lambda args (call-with-values (lambda () (apply g args)) f)))