﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1816	srfi-41: stream-match discards multiple values	Zipheir		"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."	defect	closed	minor	someday	extensions	5.3.0	fixed			
