Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/dea53ce1e31caeac8c7fd31aa9d893a597dd56bc/ghc
>--------------------------------------------------------------- commit dea53ce1e31caeac8c7fd31aa9d893a597dd56bc Author: Austin Seipp <[email protected]> Date: Fri Aug 30 02:01:32 2013 -0500 Fix minor error regarding NumDecimals. Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 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> _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
