Fixed test

This commit is contained in:
Georges Dupéron 2017-01-12 19:48:17 +01:00
parent e6a349b419
commit facf11a615

View File

@ -93,7 +93,7 @@
;; Test internal definitions inside the body
(check-equal? (foldl (λ (x acc) (define y x) (cons (add1 y) acc)) '() '(1 2 3))
'(2 3 4))
'(4 3 2))
;; Does not work because the inferred type changes between the first and the
;; second iteration