Explorar o código

Merge pull request #130 from xc42/master

fix example code type signature
Jeremy G. Siek %!s(int64=2) %!d(string=hai) anos
pai
achega
ced5cad5e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -16946,7 +16946,7 @@ a local variable of the enclosing function:
 \begin{minipage}{\textwidth}
 {\if\edition\racketEd
 \begin{lstlisting}
-(define (f []) : Integer
+(define (f) : ( -> Integer)
   (let ([x 0])
     (let ([g (lambda: () : Integer x)])
       (begin