From 1bb549f374580d391204ec788036ca10291e1ddd Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Thu, 12 Mar 1998 10:08:00 +0000
Subject: [PATCH] [project @ 1998-03-12 10:08:00 by sof] "Testing GHC" section:
 Don't suggest compiling a version of 'nfib' for 'Complex Float', since this
 is not an Ord type.

---
 docs/installing.vsgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installing.vsgml b/docs/installing.vsgml
index 467c6b8aba1f..c0a3dad168ef 100644
--- a/docs/installing.vsgml
+++ b/docs/installing.vsgml
@@ -641,8 +641,8 @@ Hello, world!
 Some simple-but-profitable tests are to compile and run the notorious
 @nfib@<ncdx/nfib/ program, using different numeric types.  Start with
 @nfib :: Int -> Int@, and then try @Integer@, @Float@, @Double@,
-@Rational@ and maybe @Complex Float@.  Code for this is distributed in
-@ghc/misc/examples/nfib/@ in a source distribution.
+@Rational@ and perhaps the overloaded version.  Code for this is
+distributed in @ghc/misc/examples/nfib/@ in a source distribution.
 
 For more information on how to ``drive'' GHC, either do @ghc -help@ or
 consult the User's Guide (distributed in several pre-compiled formats
-- 
GitLab