-
-
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
Create FAQ #1031
Comments
Would this be a good place to add something about the use of kind projector in the docs? Or would that be better placed in the docs themselves? |
@hamishdickson I'm inclined to think that we should use type aliases instead of kind-projector in the docs wherever possible so we aren't throwing multiple things at people at once. If there are any docs that do need to use kind-projector, then I think we should have a message in front of the first usage. |
👍 thats a much better idea |
@hamishdickson I created #1033. |
I think it would be awesome to have a glossary of operators for symbols such as |
I'll work on this. |
The scala doc could be used a symbol index: http://typelevel.org/cats/api/#index.index-_ |
I should note that How to Bake Pi isn't an introduction to FP (or any kind of programming, really), it's an introduction to Category Theory in the math sense. So it makes an excellent grounding in "what the heck are you all talking about?". It's especially good for people who already know programming but don't know any category theory. (Which is most programmers.) |
@jducoeur good point. I'll add some clarification. |
last item in the list merged. Closing the issue. Future additions to FAQ can be submitted through new issues. |
There are certain questions that come up repeatedly on Gitter. I think we should create a FAQ for easy reference. Even if it doesn't prevent the questions from coming up, it should at least provide an easy explanation to link to instead of repeating a previous conversation.
Some common questions that come to mind:
<x>
? (see also document imports #912)Future
instances? (see also Misleading error for type class instances related to Future #670)<x>
into an<x>
of a list? (see also this and this)Task
/IO
? (Add IO/Task section to FAQ #1227)ListT
? (Add ListT section to FAQ #1226)The text was updated successfully, but these errors were encountered: