(bind-func test_stream_3 (lambda () (let ((s1 (srange 5 15)) (s2 (smap (lambda (x) (println x "->" (* 2 x)) (* 2 x)) s1))) s2)))