(bind-func test_stream_4 (lambda () (let ((s1 (srange 0 10)) (s2 (sfixed 2))) (smap (lambda (x y) (* x y)) s1 s2))))