Module Stream.StreamList

Operations on lists of streams.

val iter : ('a -> unit) -> 'b t list -> unit t
val fold_left : ('a -> 'b -> 'c) -> 'd -> 'e t list -> 'f t