Opened 22 months ago
#1816 new defect
srfi-41: stream-match discards multiple values
Reported by: | Zipheir | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 5.3.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
stream-match from srfi-41 discards all but the first value returned by the body:
(stream-match stream-null (() (values 1 2 3)) ...) => 1
This bug is not present in other implementations of SRFI 41.
Note: See
TracTickets for help on using
tickets.