Skip to content

Commit

Permalink
Merge pull request #176 from siadat/sina/add-missing-paren
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek authored Nov 22, 2024
2 parents 3a2d4d6 + b44cf2d commit 8bb57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ \section{Recursive Functions}
[(Program '() e) (is_exp e)]
[else #f]))

(is_Lint (Program '() ast1_1)
(is_Lint (Program '() ast1_1))
(is_Lint (Program '()
(Prim '* (list (Prim 'read '())
(Prim '+ (list (Int 8)))))))
Expand Down

0 comments on commit 8bb57d0

Please sign in to comment.