소스 검색

Add missing close paren in Racket listing

Sina Siadat 11 달 전
부모
커밋
b44cf2d6d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)))))))