We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something like:
> (lens-view (modulo-lens 10) 16) 6 > (lens-set (modulo-lens 10) 16 9) 19
The text was updated successfully, but these errors were encountered:
Ou, that's neat
Sorry, something went wrong.
Seems like something that should go in a library of math-specific lenses
I was thinking something like lens/data/number, in the lens-data package. (Edit: that would be where this would go if/when it's moved out of unstable)
lens/data/number
lens-data
AlexKnauth
Successfully merging a pull request may close this issue.
Something like:
The text was updated successfully, but these errors were encountered: