Skip to content

Commit 2d65148

Browse files
committed
Clarify wording of 1a
1 parent 98d9b17 commit 2d65148

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

www/midterms/2.scrbl

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,15 @@ Question 4, and @tt{CallByName/interp.rkt} for Question 5.
4242
[10 points]
4343

4444
@itemlist[
45-
@item{Why did we need to adjust the random generators to
46-
take a type argument when going from testing @tt{Con} to
47-
testing @tt{Dupe}?}
45+
46+
@item{On the random generation lecture on Tuesday (a recording can be
47+
found on ELMS!), we wrote random generators for testing the @tt{Con}
48+
and @tt{Dupe} languages. When going from @tt{Con} to @tt{Dupe},
49+
we modified the generators to take an additional argument representing
50+
the type of the expression we want to generate. Why?}
4851

4952
@item{Why did we need to introduce the @tt{Lea} assembly
50-
instruction in @tt{Knock}?}
53+
instruction when implementing @tt{Knock}?}
5154
]
5255

5356
@bold{Question 2}

0 commit comments

Comments
 (0)