alexandervandenbroucke
Results
2
issues of
alexandervandenbroucke
The `Sample` data type does not have instances for `Eq`, `Ord` and `NFData`. The former two type classes are generally useful can can be automatically derived by GHC. The latter...
The C api defines functions `sqlite3_status` and `sqlite3_status64` that provide access to a number of global memory statistics. It would be useful to have proper Haskell bindings to these functions.