Re: compiler crash under MacOS X

2006-08-14 Thread Joerg van den Hoff
are... interesting. Best Wishes, Greg On Jul 17, 2006, at 5:36 AM, Joerg van den Hoff wrote: hi, my very first tries with ghc, using the 'program' module Fact where fact :: Integer - Integer fact n = product [1..n] gave the following compiler crash under MacOS X 10.4.7 (ghc installed from

compiler crash under MacOS X

2006-07-20 Thread Joerg van den Hoff
; not linking. *** Deleting temp files Deleting: what I got where two files `fact.o' and `fact.hi' (attached). hope this helps in one way or the other all the best joerg van den hoff fact.o Description: Binary data module Fact where fact :: Integer - Integer fact n = product [1..n] fact.hi