Fixed the sumcol benchmark to obey the new type for read-line.
This commit is contained in:
parent
72ec18cc68
commit
e0b880d1ea
|
@ -1,4 +1,4 @@
|
|||
(for/fold: : Number
|
||||
([acc : Number 0])
|
||||
([n : String (in-lines)])
|
||||
([n : (U String EOF) (in-lines)])
|
||||
(+ acc (assert (string->number n))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user