From 6d866f880a0f71e9dd293faf981dd2f5bca2c0fd Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 7 Mar 2003 13:37:15 +0000 Subject: [PATCH] [project @ 2003-03-07 13:37:15 by simonpj] Minor wording --- ghc/docs/users_guide/bugs.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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