We also want to remove many methods like map and f...
# arrow-contributors
r
We also want to remove many methods like map and flatMap from many data types and move them to a type class modules because the new computation blocks like
either
eliminate the need to ever map or flatMap and Either so it’s one operator vs 15 to learn for a beginner
t
could you elaborate on:
the new computation blocks like 
either
or is there some place where I could look it up?