We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c80f81 commit 135dc3cCopy full SHA for 135dc3c
1 file changed
www/midterms/1.scrbl
@@ -113,7 +113,7 @@ being represented was an integer (tagged with @code[#:lang
113
114
An alternative approach to disambiguate types at runtime would be to
115
represent false (@racket[#f]) as 0 (@racket[#b0]), true (@racket[#t])
116
-as 1 (@racket[#b1]), and any integer @tt{n} as @tt{n+2}, if @tt{n > 0}
+as 1 (@racket[#b1]), and any integer @tt{n} as @tt{n+2}, if @tt{n >= 0}
117
and as @tt{n} if @tt{n < 0}.
118
119
Briefly answer the following questions:
0 commit comments