stream.spad line 1174 [edit on github]
S: Type
Functions defined on streams with entries in one set.
concat(u) returns the left-to-right concatentation of the streams in u. Note: concat(u) = reduce(concat, u).
concat(u)
u
concat(u) = reduce(concat, u)