summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2007-04-25 07:47:19 +0000
committersimonpj@microsoft.com <unknown>2007-04-25 07:47:19 +0000
commitbb7d80b3b8d1396d481d3b24302bee24a3d92f71 (patch)
tree8b8f51cc6a319d97e2834b241756b1d2dd95bbbc /docs
parenta01188d12783adf93b1b6c5a08de1dfa0abf55f2 (diff)
downloadhaskell-bb7d80b3b8d1396d481d3b24302bee24a3d92f71.tar.gz
Give the inferred type when warning of a missing type-signature (Trac #1256)
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index a82cd526e5..82d7afe581 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -1006,7 +1006,8 @@ f foo = foo { x = 6 }
<para>If you would like GHC to check that every top-level
function/value has a type signature, use the
- <option>-fwarn-missing-signatures</option> option. This
+ <option>-fwarn-missing-signatures</option> option. As part of
+ the warning GHC also reports the inferred type. The
option is off by default.</para>
</listitem>
</varlistentry>