Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make init:S a by name parameter in mapAccumulate? #2985

Open
He-Pin opened this issue Sep 18, 2022 · 0 comments
Open

Make init:S a by name parameter in mapAccumulate? #2985

He-Pin opened this issue Sep 18, 2022 · 0 comments

Comments

@He-Pin
Copy link
Contributor

He-Pin commented Sep 18, 2022

def mapAccumulate[S, O2](init: S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)]

to

def mapAccumulate[S, O2](init: => S)(f: (S, O) => (S, O2)): Stream[F, (S, O2)]

It's not a bug, have no idea it's labeled as bug

@He-Pin He-Pin added the bug label Sep 18, 2022
@SystemFw SystemFw removed the bug label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants