Explorar el Código

fix example code type signature

xc42 hace 2 años
padre
commit
aeef462b80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -16940,7 +16940,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