Re: [Haskell-cafe] Data.Bitmap, readBitmap exception

2012-06-29 Thread Balazs Komuves
Hello, Author of Data.Bitmap here. The issue is caused by the fact that Data.Bitmap does *not* support bmp files at all. This should be clear from the documentation. The functions you tried to used use their own file format, which a really very simple format; they are only added for simple

Re: [Haskell-cafe] ANN: combinatorics

2012-01-30 Thread Balazs Komuves
-- combinatorics 0.1.0 The combinatorics package offers efficient *exact* computation of common combinatorial functions like the binomial coefficients and factorial. (For fast *approximations*, see the