InterviewSolution
Saved Bookmarks
| 1. |
What are Monads in Haskell? |
|
Answer» In HASKELL, Monad is a process to STRUCTURE COMPUTATIONS in TERMS of sequences and values of computations using those values. This ALLOWS the programmers to build up computations using sequential building blocks. |
|