December 2024
Beginner
456 pages
13h 37m
English
Functor type class and its functionality to deal with errorsIn the last chapter, we started building the backbone for an application that can work with CSV files. This chapter is concerned with finishing the project and providing functionality for parsing and printing our Csv data type.
The chapter will continue where we left off by showcasing very important concepts, such as the Functor type class and folding, to make you familiar with core functional programming concepts. We close the chapter by bringing all of these newly learned skills together in a short ...