Skip to content

Commit 3cea8f3

Browse files
committed
errata
1 parent 47c787f commit 3cea8f3

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

book.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
\def\racketEd{0}
2828
\def\pythonEd{1}
29-
\def\edition{1}
29+
\def\edition{0}
3030

3131
% material that is specific to the Racket edition of the book
3232
\newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -5604,7 +5604,7 @@ \section{Liveness Analysis}
56045604
L_{\mathsf{before}}(2)= \{\ttm{a}\},
56055605
L_{\mathsf{after}}(2)= \{\ttm{a}\}\\
56065606
L_{\mathsf{before}}(3)= \{\ttm{a}\},
5607-
L_{\mathsf{after}}(2)= \{\ttm{c}\}\\
5607+
L_{\mathsf{after}}(3)= \{\ttm{c}\}\\
56085608
L_{\mathsf{before}}(4)= \{\ttm{c}\},
56095609
L_{\mathsf{after}}(4)= \{\ttm{b},\ttm{c}\}\\
56105610
L_{\mathsf{before}}(5)= \{\ttm{b},\ttm{c}\},

errata-python.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
January 24, 2023
3+
4+
p. 50
5+
6+
Figure 4.3
7+
change
8+
L_after(2) = {c}
9+
to
10+
L_after(3) = {c}

errata-racket.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
January 24, 2023
2+
3+
p. 41
4+
5+
Figure 3.4
6+
change
7+
L_after(2) = {c}
8+
to
9+
L_after(3) = {c}

0 commit comments

Comments
 (0)