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

Adding instances for MonoFunctor and MonoFoldable. #3

Closed
jship opened this issue Dec 21, 2015 · 2 comments
Closed

Adding instances for MonoFunctor and MonoFoldable. #3

jship opened this issue Dec 21, 2015 · 2 comments

Comments

@jship
Copy link
Contributor

jship commented Dec 21, 2015

Any interest in instances of MonoFunctor and MonoFoldable? This treats BitArray as a finite container of bools and opens up all of the Functor and Foldable functionality for the monomorphic BitArray.

I have implemented this on a branch in my fork.

Let me know if you'd like this incorporated in the repo and I'll open up a PR.

@nikita-volkov
Copy link
Owner

Those abstractions are experimental and their APIs aren't stable, so I'm afraid this has a high potential of becoming a maintenance head-ache.

@jship
Copy link
Contributor Author

jship commented Dec 22, 2015

No problem. I'll keep the branch in my fork in case it's something to explore when mono-traversable is more stable.

@jship jship closed this as completed Dec 22, 2015
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

2 participants