Hi,
The Data.List.Split module comes from the split
package, which is included in the Haskell Platform, so I think it
should be OK to use it in the assignments. Apparently the split
package isn't installed on the servers that run the automatic
checks, but hopefully this is something we could fix.
As a workaround in the mean time, you could include your own
implementation of chunksOf in your submission. It's a
simple recursive definition using take & drop
(or splitAt), simpler than the function segments
that we saw in the lecture on Higher Order Functions.
Anyway, thanks for alerting us to
problems with the automatic checks, they are new this year. We
grade your submissions even if the automatic checks fail for some
reason.
Best regards,
Thomas Hallgren