Bugfix, forgot acc

This commit is contained in:
Justin Ethier 2018-09-25 17:54:28 -04:00
parent bba1783a49
commit 62145ea95a

View file

@ -119,7 +119,7 @@
(define (adb:lambda-ids)
(filter number? (hash-table-keys *adb*)))
(define (adb:max-lambda-id)
(foldl max (adb:lambda-ids)))
(foldl max 0 (adb:lambda-ids)))
(define (adb:set! key val) (hash-table-set! *adb* key val))
(define-record-type <analysis-db-variable>
(%adb:make-var