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

par-transformers: split out safe state transformations #117

Open
rrnewton opened this issue Jul 28, 2015 · 1 comment
Open

par-transformers: split out safe state transformations #117

rrnewton opened this issue Jul 28, 2015 · 1 comment
Milestone

Comments

@rrnewton
Copy link
Member

We originally talked about combinators for zooming in/out on data structures, kind of like lenses and zippers.

The specific case we have is morphToVec21 which acts on the left half of the state, (X,_), and performs the following transform:

  • Split array A with into a tuple (A1,A2), containing non-overlapping segments of A

But we need to build up a composable series of these transforms! First, both the lens-like focusing action, and then the type-changing (but alias-freedom-preserving) transform.

cc @osa1

@rrnewton
Copy link
Member Author

rrnewton commented May 9, 2016

@DreamLinuxer, when @osa1 was last hacking on this lib, our plan was to include "mergesort" as part of the 2.0 release, and make sure everything related to it was safe and final.

But other stuff (namely the rest of par-transformers) could be left for the next release.

@rrnewton rrnewton modified the milestone: 2.0 Release May 10, 2016
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

1 participant