Ellie Hermaszewska
Ellie Hermaszewska
At the moment they're fairly conservative. For example: At the moment the exponential function at precision 2^-p evaluates p terms, when it could be the first integer to satisfy `2^(p+2)...
Although there is pretty good coverage of all the test functions, the tested inputs are unlikely to ever be exactly 0, 1, integers, that kind of thing.
The tests like these: https://github.com/expipiplus1/exact-real/blob/master/test/Floating.hs
What's the recommended way of nesting several layers of ResourceT? It would be very handy to have some function `locally :: MonadResource m => m a -> m a` which...
Hackage seems to have stalled while generating the docs. There's a neat script to generate an upload docs here: https://github.com/ekmett/lens/blob/master/scripts/hackage-docs.sh
> It's true that MonadThrow is totally pervasive. However, not trying to This sentence has no ending!
It would be good to get your thoughts on instances for sized vectors in the `vector-sized` package: https://hackage.haskell.org/package/vector-sized These instances already exist in the vector-sized package, however at lestthe `Representable`...
The documentation is missing for versions 4.3 and 5 on Hackage.
It would be super to have this package in stackage. Instructions are here: https://github.com/fpco/stackage/blob/master/MAINTAINERS.md#adding-a-package
I've opened a PR against nixpkgs to add the swiftshader driver. This could be another wrapper type for nixGL https://github.com/NixOS/nixpkgs/pull/83874