1.

What are the kinds of operators used in Haskell?

Answer»

There are five types of operators available in Haskell:

  • Addition OPERATORUSED for additional function
  • Subtraction Operator–Used for the subtraction operation
  • Multiplication Operator –Used for the multiplication operation
  • Division Operator –Used to divide TWO set of numbers between Haskell
  • Range / SEQUENCE Operator –Special operator in Haskell denoted by "(..)". Used to declare a list with a sequence value.

Best Haskell interview questions to PRACTICE



Discussion

No Comment Found