Skip to content

Commit a8710cb

Browse files
authored
Merge pull request #191 from Sparsh-N/typo_fix_pe_lint
Section 1: Fix typo in figure 1.5
2 parents 4280d50 + f80780f commit a8710cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ \section{Example Compiler: A Partial Evaluator}
17691769
case Expr(value):
17701770
return Expr(pe_exp(value))
17711771

1772-
def pe_P_int(p):
1772+
def pe_Lint(p):
17731773
match p:
17741774
case Module(body):
17751775
new_body = [pe_stmt(s) for s in body]

0 commit comments

Comments
 (0)