Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

"reduced" wrapper? #45

Open
shaunc opened this issue Apr 24, 2017 · 2 comments
Open

"reduced" wrapper? #45

shaunc opened this issue Apr 24, 2017 · 2 comments

Comments

@shaunc
Copy link

shaunc commented Apr 24, 2017

The documentation suggests that some method of wrapping values might be useful for avoiding unnecessary computation. But it seems very vague on what this is all about. Under what circumstances would one use this "reduced" wrapper?

@puredanger
Copy link
Contributor

It's a signal for early termination, so any transducer that may stop reading before considering all values, like 'take'

@shaunc
Copy link
Author

shaunc commented Apr 25, 2017

Ok -- just looked up "take" ... seems reasonable. So my step can also stop in the same way I guess? Please consider this issue a request for documentation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants