-
Notifications
You must be signed in to change notification settings - Fork 3
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
Rejigger Representational constraints #8
Comments
treeowl
added a commit
to treeowl/stable-maps
that referenced
this issue
Sep 9, 2018
* Add `hmap`, `hfoldMap`, and `htraverse` for `StableName.Map`. * Rejigger `Representational` constraints so `hmap` and `htraverse` aren't unreasonably constrained. Closes ekmett#8 This also goes a long way toward resolving ekmett#1. The only remaining discrepancy I see is `fromList`. One option might be to follow `dependent-map`.
Merged
treeowl
added a commit
to treeowl/stable-maps
that referenced
this issue
Sep 9, 2018
* Add `hmap`, `hfoldMap`, and `htraverse` for `StableName.Map`. * Rejigger `Representational` constraints so `hmap` and `htraverse` aren't unreasonably constrained. Closes ekmett#8 This also goes a long way toward resolving ekmett#1. The only remaining discrepancy I see is `fromList`. One option might be to follow `dependent-map`.
treeowl
added a commit
that referenced
this issue
Sep 10, 2018
* Add `hmap`, `hfoldMap`, and `htraverse` for `StableName.Map`. * Rejigger `Representational` constraints so `hmap` and `htraverse` aren't unreasonably constrained. Closes #8 This also goes a long way toward resolving #1. The only remaining discrepancy I see is `fromList`. One option might be to follow `dependent-map`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought I put them where they wouldn't get in the way too much, but I was wrong. Under the current regime, we'd need them for (rank 2) maps and traversals, which is evil. So I need to fix that. Probably move them to the lookup side.
The text was updated successfully, but these errors were encountered: