X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Finstalling.xml;fp=docs%2Fusers_guide%2Finstalling.xml;h=b66feeba552345c6fd379ae14907dd14a1aea2af;hb=5d048ef6cb359e74290de34401a52dce405cb10b;hp=4e732e4a20a97c4da17aed132587f9ca499d1713;hpb=d12546c051b49816749b10c54ab30705a01495e5;p=ghc-hetmet.git 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...