From: simonpj Date: Fri, 7 Mar 2003 13:37:15 +0000 (+0000) Subject: [project @ 2003-03-07 13:37:15 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1082 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6d866f880a0f71e9dd293faf981dd2f5bca2c0fd;p=ghc-hetmet.git [project @ 2003-03-07 13:37:15 by simonpj] Minor wording --- diff --git a/ghc/docs/users_guide/bugs.sgml b/ghc/docs/users_guide/bugs.sgml index 47e203f..dc7dee3 100644 --- a/ghc/docs/users_guide/bugs.sgml +++ b/ghc/docs/users_guide/bugs.sgml @@ -335,7 +335,7 @@ recursion via a data type: x :: Bool x = russel (MkU russel) -We have never found another program, other than this contrived one, that makes GHC +We have never found another class of programs, other than this contrived one, that makes GHC diverge, and fixing the problem would impose an extra overhead on every compilation. So the bug remains un-fixed. There is more background in