File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments