MissingH 1.0.1.0 (Default branch) |
|
|
MissingH is a library of all sorts of utility
functions for Haskell programmers. It is written
in pure Haskell and thus should be extremely
portable and easy to use. It also has no
prerequisites save those that are commonly
included with Haskell compilers. Highlights of
MissingH include a full logging infrastructure,
printf() implementations, various string and I/O
utilities, a FTP client library, and more.
License: GNU General Public License (GPL)
Changes:
Support for quantity parsing (parseNum) was added
to Data.Quantity. The Data.BinPacking module was
added to generate good fits of data into bins.
|