> 
> Hello.
> 
> I run my program through hugs98 (May 99) and get
> 
>       Program error: { _Gc Black Hole }
> 
> As I understand this is a problem with garbage collector. Please let me

No; this error means that Hugs has detected that your program contains 
an infinite loop.  An example is the expression

let x = x in 10 + x

If you post your program, we may be able to see where you are going 
wrong.

Hope this helps..

--KW 8-)

-- 
: Keith Wansbrough, MSc, BSc(Hons) (Auckland) ------------------------:
: PhD Student, Computer Laboratory, University of Cambridge, England. :
:  (and recently of the University of Glasgow, Scotland. [><] )       :
: Native of Antipodean Auckland, New Zealand: 174d47' E, 36d55' S.    :
: http://www.cl.cam.ac.uk/users/kw217/  mailto:[EMAIL PROTECTED]     :
:---------------------------------------------------------------------:


Reply via email to