From 5d048ef6cb359e74290de34401a52dce405cb10b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 13 Jul 2007 20:04:42 +0000 Subject: [PATCH] Don't talk about nfib from the user guide now that we no longer ship it --- docs/users_guide/installing.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/users_guide/installing.xml b/docs/users_guide/installing.xml index 4e732e4..b66feeb 100644 --- a/docs/users_guide/installing.xml +++ b/docs/users_guide/installing.xml @@ -193,14 +193,6 @@ Hello, world! - -Some simple-but-profitable tests are to compile and run the notorious -nfibnfib program, using different numeric types. Start with -nfib :: Int -> Int, and then try Integer, Float, Double, -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, read on... -- 1.7.10.4