-
-
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
document imports #912
Comments
For posterity: @non mentioned in the round table discussion at the Typelevel Summit unconference that it should be the standard to publish only: import cats.implicits._ as the fully-capable gateway to using (hope I remembered correctly!) |
+1 for using |
@lvicentesanchez 👍 that's pretty nice! I think that cheat sheet might be good to have in the documentation, perhaps as a sub-bullet to |
Placement suggested in typelevel#912
I've started a PR at #936 |
This is just a start, and there are some more items that we will probably want to add. The import section probably is really a start to typelevel#912, and may end up simply referencing a separate import document, as discussed in typelevel#936. But I thought it would be nice to get something out there as an interim resolution.
There has been an imports guide for a while. One thing that it doesn't include is a guide on piecemeal imports, so I've created #1668 to track that. |
We need a document which states exactly what needs to be import when, so that newcomers know exactly what imports do what, and what the basic set is they can use to get going.
The text was updated successfully, but these errors were encountered: