Closed Shimuuar closed 1 year ago
And look at it! Doctests blew up again. I'll look into it tomorrow
I managed to fix doctests on GHC 9.4 & 9.6. It's a big hack but it does work. It seems there's state leakage between running tests on different modules and it caused tests to fail
This PR turn out to be a bit of kitchen sink
munstream
instead of hand-rolled loop inreplicateM
for mutable vectors. It also avoid double initialization of buffer withnew
(noticed by @dmalkr)TestEq
and default implementation forequals
method ofTestData
type class.