We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 031483a + 6bae480 commit 30ea005Copy full SHA for 30ea005
2 files changed
www/midterms/1.scrbl
@@ -131,7 +131,7 @@ subexpressions. The subexpressions are evaluated from left to right
131
until a subexpression evaluates to a @racket[#f] value, which is
132
produced by @racket[and]. Otherwise, @racket[and] produces the value
133
of the last subexpression. If there are no subexpressions, then
134
-@racket[#f] is produced.
+@racket[#t] is produced.
135
136
To make things interesting, you should not use Racket's @racket[and]
137
and @racket[or] in @racket[interp].
www/schedule.scrbl
@@ -40,11 +40,11 @@
40
41
(list @wk{10/1}
42
@seclink["Assignment 5"]{A5}
43
- @elem{TBD}
+ @secref["Iniquity"]
44
'cont)
45
46
(list @wk{10/8}
47
- @bold{M1}
+ @bold{@seclink["Midterm_1"]{M1}}
48
@elem{TBD}
49
50
0 commit comments