Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/86255c661a0c6f3c1756f4bedd0226e7cd631ad2 >--------------------------------------------------------------- commit 86255c661a0c6f3c1756f4bedd0226e7cd631ad2 Author: Ian Lynagh <[email protected]> Date: Thu Nov 24 14:10:59 2011 +0000 Fix userguide markup >--------------------------------------------------------------- docs/users_guide/glasgow_exts.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 0d7ea5c..3f78d2d 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -8414,7 +8414,7 @@ unrolling of the indexing function.</para> <para>You can add explicit phase control (<xref linkend="phase-control"/>) to <literal>SPECIALISE INLINE</literal> pragma, just like on an <literal>INLINE</literal> pragma; if you do so, the same phase -is used for the rewrite rule and the INLINE control of the specialised function. +is used for the rewrite rule and the INLINE control of the specialised function.</para> <para>Warning: you can make GHC diverge by using <literal>SPECIALISE INLINE</literal> on an ordinarily-recursive function.</para> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
