Multiple Choice
Which of the following statements about Haskell is correct?
A) Haskell is a lazy language that is not fully curried.
B) Haskell is a fully curried language that does not do delayed evaluation.
C) Haskell is a fully curried and lazy language.
D) Haskell does not support higher-order functions.
Correct Answer:

Verified
Correct Answer:
Verified
Q9: The ML programming language has a built-in
Q10: Which of the following statements about scoping
Q11: The semantics of Scheme uses static type
Q12: The rand function is referentially transparent.
Q13: To define a value in the ML
Q15: In ML,arithmetic operators are written as infix
Q16: A function definition describes how a value
Q17: What is the purpose of a binding
Q18: A function application is a call to
Q19: Which of the following statements is correct?<br>A)