1.

Explain the types of Modules used in Haskell

Answer»

Total of FIVE types of MODULES available for Haskell. Here is a SHORT and BRIEF list of them:

  • List Module–It provides functions associated with list type data.
  • Char Module –Offers predefined functions to work with the character type
  • Map Module –It’s an unsorted value-added pair type data type.
  • Set Module–Basically used to manipulate mathematical data
  • Custom Module –These modules can be called at other programs.

Expertly SELECTED Haskell programming interview questions for experienced



Discussion

No Comment Found