InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of a functor Haskell? |
|
Answer» In HASKELL, FUNCTIONS a functional representation of DIFFERENT TYPES which can be mapped over. It’s a high-level concept of implementing polymorphism — the instances of Haskell functorincludes List, Tree, Map, ETC. |
|