Results 63 issues of Aleksey Khudyakov

Modules S.Function and S.Quantile require a lot of time to compile. Further investigation showed that this is due to function `partialSort`. It compiles to some 200k line of GHC core...

upstream

As latest hunt for leaks showed disabling profiliing in libraries is not best idea. It's better to have them at hand just in case

Roundtripping `(decode . encode)` NaN yields -∞ for both Float and Double and roundtripping negative zero gives oridinary zero. This pull request only add tests for transfinite floating point values...