Exercise 3.54 Posted on 20th December, 20107th July, 2018 by Barry Allison Read Exercise 3.54 ~ Solution (define (mul-streams s1 s2) (stream-map * s1 s2)) (define factorials (cons-stream 1 (mul-streams factorials integers))) Share this:RedditLike Loading... Related