[project @ 1998-03-12 10:08:00 by sof]
authorsof <unknown>
Thu, 12 Mar 1998 10:08:00 +0000 (10:08 +0000)
committersof <unknown>
Thu, 12 Mar 1998 10:08:00 +0000 (10:08 +0000)
"Testing GHC" section: Don't suggest compiling a version of 'nfib'
for 'Complex Float', since this is not an Ord type.

docs/installing.vsgml

index 467c6b8..c0a3dad 100644 (file)
@@ -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