This is a course web page of David Casperson |
|
You can find questions that have been assigned due dates here .
mystery = uncurry(flip (,))
.
uncurry
flip
and
(,)
? (Use ghci or hoogle to find them)
uncurry
flip
and
(,)
do.
mystery
?
See if you can reason this out, then check with ghci.
mystery
is not part of the Haskell prelude, but
Hoogle knows about it.
Look it up by asking Hoogle for functions that match its
type. Tell me what you find.
mystery
?Note that Questions 12–24 have been assigned due dates.
This section is evaluated slightly differently from regular homework.
Marks earned in this section will be applied to your Midterm II grade, increasing it to a maximum of 42/50. Anyone can submit material for this part, and I will mark it.
The idea is that you develop your own Midterm II questions, that is, questions that would be suitable for inclusion on an alternate Midterm II exam for this course.
For each question you construct, comment on
Write a variety of question kinds:
Uhmm. I’m still not sure how I'm going to do this.
Fall 2022 | ||
2024-11 |
fall-2024