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.



Discussion

No Comment Found