Subject: Re: I'm stuck: composition of functions
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 1996/11/05
Newsgroups: comp.lang.scheme
Message-ID: <55mcmk$iv@tokyo.engr.sgi.com>

Jason Nordwick <nordwick@graft.xcf.berkeley.edu> wrote:
+---------------
| Rob Warnock <rpw3@rigden.engr.sgi.com> wrote:
| : R4RS says, "It is no longer specified whether the empty list
| : counts as true...
| 
| hmmm.. this doesnt appear to be true:
| it seems like it is more explicit than anything else saying that 
| '() => #f
| 
| here's the cut:
|    ... Except for #f, all standard Scheme values,
|    including ... the empty list ...  count as true. 
+---------------

Uh, did you typo? That reads to me as '() => #t


-Rob