Haskell Programming Question:
Download Questions PDF

What are the features of Haskell?

Haskell Interview Question
Haskell Interview Question

Answer:

Haskell distinguishes function calls from infix operators syntactically, but not semantically. Function names which are composed of punctuation characters can be used as operators, as can other function names if surrounded with backticks; and operators can be used in prefix notation if surrounded with parentheses.

Download Haskell Interview Questions And Answers PDF

Previous QuestionNext Question
What is Haskell?What to expect from Haskell?