-
Notifications
You must be signed in to change notification settings - Fork 274
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
Add a strict over? #1016
Comments
@phadej points out that this could alternatively take a |
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 21, 2022
Add `over'` and `iover'`, which force the result(s) of applying the passed function. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 27, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
treeowl
added a commit
to treeowl/lens
that referenced
this issue
Dec 28, 2022
* Add `strictly` to turn a lazy (standard) traversal into a strict one that forces targets before installing them. * Add `over'`, `iover'`, `modifying'`, `imodifying'`, and corresponding operators `%!~`, `%!@~`, `%!=`, and `%!@=`. * Adjust documentation. Closes ekmett#1016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see a strict version of
over
, which we could put inControl.Lens.Traversal
.I don't remember how indexed stuff works, but I'm sure that's available too.
The text was updated successfully, but these errors were encountered: