1.

Explain Why Haskell Algebraic Data Types Are Closed?

Answer»

Haskell algebraic data TYPES are closed because it MAKES it a lot EASIER to write total functions. Functions that produce a RESULT, for all possible values of its type.

Haskell algebraic data types are closed because it makes it a lot easier to write total functions. Functions that produce a result, for all possible values of its type.



Discussion

No Comment Found