ystream.spad line 1 [edit on github]
This package implements fixed-point computations on streams.
Y(g, n) computes a fixed point of the function g, where g takes a list of n streams and returns a list of n streams.
Y(f) computes a fixed point of the function f.