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

Add isomorphism between positive integers and lists of digits #253

Open
jackfirth opened this issue Dec 4, 2015 · 0 comments
Open

Add isomorphism between positive integers and lists of digits #253

jackfirth opened this issue Dec 4, 2015 · 0 comments
Labels
Milestone

Comments

@jackfirth
Copy link
Owner

Should accept a base and return an isomoprhism lens

> (lens-view (positive-integer->digits-lens 10) 123) ; base 10
'(1 2 3)
> (lens-view (positive-integer->digits-lens 2) 123) ; base 2
'(1 1 1 1 1 1 1)
@jackfirth jackfirth added this to the 3.0 milestone Dec 5, 2015
@jackfirth jackfirth removed the ready label Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant