Re: linking project in ghc-3.00

1998-03-06 Thread Sigbjorn Finne
S.D.Mechveliani writes: > Hello, people, > > > Please, why the project does not link? > ... > Now, remove this -Onot from /docon/Makefile and prepare the > optimized DoCon by > cd /docon; rm export/* ; make all > > Then the above test with cubeext.hs, it cannot l

Re: Is this a bug?

1998-03-06 Thread Carl R. Witty
Marc van Dongen= <[EMAIL PROTECTED]> writes: > [snip] > > : > > module Main( main ) where > : > > import List( genericLength ) > : > > main = putStr (show integral) >> > : > >putStr "\n">> > : > >return () > : > > where integral = genericLength [] > > [snip] >