X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fusers_guide%2Fusing.xml;h=82d7afe581ac3f9d3371e33b74a0fb11bdb58426;hp=72f53b740b18cbf7284c8adc5c5f825bdad668bf;hb=bb7d80b3b8d1396d481d3b24302bee24a3d92f71;hpb=2f4e21c6f741995e20cc3b53b109ff9edf18eb3c diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index 72f53b7..82d7afe 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -310,7 +310,7 @@ module X where Dependency-generation mode. In this mode, GHC can be used to generate dependency information suitable for use in a Makefile. See . + linkend="makefile-dependencies"/>. @@ -1006,7 +1006,8 @@ f foo = foo { x = 6 } If you would like GHC to check that every top-level function/value has a type signature, use the - option. This + option. As part of + the warning GHC also reports the inferred type. The option is off by default. @@ -1368,7 +1369,7 @@ f "2" = 2 Exception.assert in source code (in other words, rewriting Exception.assert p e to e (see ). This flag is turned on by + linkend="assertions"/>). This flag is turned on by . @@ -1523,7 +1524,7 @@ f "2" = 2 &phases; - + Using Concurrent Haskell Concurrent Haskellusing @@ -1553,7 +1554,7 @@ f "2" = 2 - + Using SMP parallelism parallelism