product package:streaming

Fold a Stream of numbers into their product with the return value
mapped product :: Stream (Stream (Of Int)) m r -> Stream (Of Int) m r
Fold a Stream of numbers into their product