From 6f3c1152b42ea2e7589fe10b63fb43bdf0b32029 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 6 Feb 2002 11:34:01 +0000 Subject: [PATCH] [project @ 2002-02-06 11:34:01 by sewardj] wibble --- ghc/docs/comm/the-beast/ghci.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/docs/comm/the-beast/ghci.html b/ghc/docs/comm/the-beast/ghci.html index c6eea8d..f05ceae 100644 --- a/ghc/docs/comm/the-beast/ghci.html +++ b/ghc/docs/comm/the-beast/ghci.html @@ -18,10 +18,10 @@ running on the interpreter (commonly), or gets wierd results (rarely). Unfortunately, finding out what the problem really is has proven to be extremely difficult. In retrospect it may be - argued a design error that GHC's implementation of the STG + argued a design flaw that GHC's implementation of the STG execution mechanism provides only the weakest of support for automated internal consistency checks. This renders it hard to - debug and, essentially, unverifiable. + debug.

Execution failures in the interactive system can be due to problems with the bytecode interpreter, problems with the bytecode -- 1.7.10.4