[commit: ghc] master: Fix minor error regarding NumDecimals. (dea53ce)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 09:01:46 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dea53ce1e31caeac8c7fd31aa9d893a597dd56bc/ghc
>---------------------------------------------------------------
commit dea53ce1e31caeac8c7fd31aa9d893a597dd56bc
Author: Austin Seipp <aseipp at pobox.com>
Date: Fri Aug 30 02:01:32 2013 -0500
Fix minor error regarding NumDecimals.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
dea53ce1e31caeac8c7fd31aa9d893a597dd56bc
docs/users_guide/glasgow_exts.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml
index 38c9cc9..46e4cbd 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -472,7 +472,7 @@ Indeed, the bindings can even be recursive.
The language extension <option>-XNumLiterals</option> allows
you to also use the floating literal syntax for instances of
<literal>Integral</literal>, and have values like
- <literal>(1.2e6 :: Integral a => a)</literal>
+ <literal>(1.2e6 :: Num a => a)</literal>
</para>
</sect2>
More information about the ghc-commits
mailing list