-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
remove bijection #2
Comments
That is a great point. Also I think we may remove this type, since it's not that important in this case, and other folks might want more fleshed-out libraries (e.g. twitter-bijection). |
non
added a commit
that referenced
this issue
Feb 3, 2015
adelbertc
added a commit
that referenced
this issue
Aug 14, 2015
Fix sbt scala version for Travis-CI
ceedubs
pushed a commit
that referenced
this issue
Jun 27, 2016
Move build instructions to contributing guide
kailuowang
pushed a commit
to kailuowang/cats
that referenced
this issue
Oct 31, 2017
…tances move Map and Set instances into alleycats
kailuowang
pushed a commit
to kailuowang/cats
that referenced
this issue
Dec 5, 2017
Draft
johnynek
pushed a commit
that referenced
this issue
May 1, 2024
Use `Chain` in `traverseDirectly` helpers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or really any typeclass. We got burned with an early version of twitter/bijection that did this. It meant having an implicit bijection in scope gave you an implicit conversion.
The text was updated successfully, but these errors were encountered: