sum1, -O

2001-05-28 Thread S.D.Mechveliani
Please, what is the matter here with ghc-5.00.1 (compiled from source for Linux i386-unknown) ? -- sum1 :: (Num a) = [a] - a sum1 [] = error sum1 []\n sum1 (x:xs) = sm xs x where sm [] s = s sm (x:xs) s = sm xs (x+s) main =

RE: ghc-5.00.1: can't find `demo/D_permut.o' to unload

2001-05-28 Thread Simon Marlow
Dear ghc-5.00.1 (built from source for Linux i386-unkkown), here is something like a bug. ah, no wait, I've found it. Thanks for the report! Simon ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED]