grammer error
This commit is contained in:
parent
5689abb483
commit
27b157fb19
|
@ -20,7 +20,7 @@
|
|||
expr)))))
|
||||
|
||||
(define (memoize f)
|
||||
"memoize on a symbol"
|
||||
"memoize on symbols"
|
||||
(define cache (make-dictionary))
|
||||
(lambda (sym)
|
||||
(if (dictionary-has? cache sym)
|
||||
|
|
Loading…
Reference in New Issue