Przeglądaj źródła

Merge pull request #39 from chuanwen/new_branch

remove extra ) from Figure 1.3
Jeremy G. Siek 4 lat temu
rodzic
commit
c7481eb6c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -857,7 +857,7 @@ $R_0$ expressions.
      (define v1 (interp-exp e1))
      (define v2 (interp-exp e2))
      (fx+ v1 v2)]
-    )))
+    ))
 
 (define (interp-R0 p)
   (match p