Bläddra i källkod

Merge pull request #176 from siadat/sina/add-missing-paren

Jeremy G. Siek 5 månader sedan
förälder
incheckning
8bb57d0cb3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1328,7 +1328,7 @@ two examples at the bottom of the figure, the first is in
     [(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)))))))