You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How is cats different than scalaz? (cats/scalaz migration guide #82 is somewhat relevant, but I think we also need to provide a little insight into cats' raison d'être)
How do I turn my list of <x> into an <x> of a list? (see also this and this)
I'm new to FP. Any recommended resources for learning more?
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)Futureinstances? (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)