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

Allow control of Lens generator style to match Aether style #103

Closed
travis-leith opened this issue Apr 22, 2021 · 1 comment
Closed

Allow control of Lens generator style to match Aether style #103

travis-leith opened this issue Apr 22, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@travis-leith
Copy link

Currently, myriad produces lens setter with signature 'b -> 'a -> 'b. Aether provides a bunch of utilities for working with Lenses, but does not actually create the Lenses. It assumes setters have the signature 'a -> 'b -> 'b.
I would be nice if I could use myriad to generate Lenses which can be used by Aether.
Maybe an additional attribute to indicate the lens style?

@7sharp9
Copy link
Collaborator

7sharp9 commented May 5, 2021

Done via #110

@7sharp9 7sharp9 closed this as completed May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants