Skip to content
Snippets Groups Projects
Commit 1bb549f3 authored by sof's avatar sof
Browse files

[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.
parent 74cd7228
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment