Skip to content

Problem in 3.5.1 #839

@clean99

Description

@clean99

Screenshot 2022-11-14 at 2 44 18 PM

I think here the stream_filter will return

pair(head(stream), 
     () => stream_filter(pred, stream_tail(stream)));

instead of

pair(head(stream), 
     stream_filter(pred, stream_tail(stream)));

If it calls stream_filter directly in the tail, it will become an ordinary list?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions