Re: pattern match

1997-10-09 Thread Quintela Carreira Juan J.
Gary Ling <[EMAIL PROTECTED]> writes: > > Hi, There, > > I am using GHC 2.06 for Win32 and why does GHC complain about "possibly > incomplete patterns"? Source file and error message are as follows. > Thanks. > > -Gary Hi, I am in Glasgow for three months and my work is try to improve thi

pattern match

1997-10-09 Thread Gary Ling
Hi, There, I am using GHC 2.06 for Win32 and why does GHC complain about "possibly incomplete patterns"? Source file and error message are as follows. Thanks. -Gary Source File "a.hs": = module Main where main = putStrLn $ (merge "Hello!" "World") merge :: String -> Str

Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-09 Thread Simon L Peyton Jones
> > I tried, but it seems to complete successfully. Nevertheless, later > make all fails with the same message. > Probably the dependencies generated by make boot (or make depend, for > that matter) _are_ circular (citing from ghc/compiler/.depend): > > utils/FastString.o : basicTypes/Unique.hi

Re: Compiler bug pops up when compiling ghc-2.07 with 2.02

1997-10-09 Thread Marcin Benke
Sigbjorn Finne writes: > > my guess is that the Makefile dependencies aren't generated properly, > try doing 'make depend' in ghc/compiler and see if that fails to > complete properly for some reason. > I tried, but it seems to complete successfully. Nevertheless, later make all fails with