We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d9b17 commit 2d65148Copy full SHA for 2d65148
1 file changed
www/midterms/2.scrbl
@@ -42,12 +42,15 @@ Question 4, and @tt{CallByName/interp.rkt} for Question 5.
42
[10 points]
43
44
@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}?}
+
+@item{On the random generation lecture on Tuesday (a recording can be
+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?}
51
52
@item{Why did we need to introduce the @tt{Lea} assembly
-instruction in @tt{Knock}?}
53
+instruction when implementing @tt{Knock}?}
54
]
55
56
@bold{Question 2}
0 commit comments