moocfi / haskell-mooc

Haskell MOOC University of Helsinki
Other
313 stars 446 forks source link

Lecture 3 Quiz #80

Closed Nikaidou-Shinku closed 1 year ago

Nikaidou-Shinku commented 1 year ago

In lecture 3, the question:

What is the type of `const const`?

a. unspecified
b. (c -> a -> b) -> a
c. c -> (a -> b -> a)
d. a -> b -> c -> a

I think only c) is correct but b) c) and d) are all marked as correct.

opqdonut commented 1 year ago

Thanks!