Defining a Recursive Stream in Effect Typescript
Hi, is it possible to define a stream recursively?
something like
where
something like
where
s is some stream and o is the recursively defined stream.