[r6rs-discuss] enum-set-subset? not clear

Llewellyn Pritchard leppie at wdsl.co.za
Mon Dec 17 05:17:24 EST 2007


> And it does, at least if you mean this by "the 3rd example":
>   (enum-set-subset? (c '(red blue)) e)

Sorry for the confusion, I meant the 3rd example using enum-set-subset?, in 
other words:

(enum-set-subset? (c '(red blue)) (c '(red))) => #f

But I feel that should be #t as both universe of either value is the same. 




More information about the r6rs-discuss mailing list