From: Ian Lynagh Date: Fri, 13 Jul 2007 20:04:42 +0000 (+0000) Subject: Don't talk about nfib from the user guide now that we no longer ship it X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5d048ef6cb359e74290de34401a52dce405cb10b Don't talk about nfib from the user guide now that we no longer ship it --- 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...