Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/e0c77c9f0729c105dddc5ce3fc79e117951719ba

>---------------------------------------------------------------

commit e0c77c9f0729c105dddc5ce3fc79e117951719ba
Author: Ian Lynagh <i...@well-typed.com>
Date:   Thu Oct 25 20:54:41 2012 +0100

    Fix doc typo; fixes #7318

>---------------------------------------------------------------

 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 541b309..7607aa7 100644
--- a/docs/users_guide/glasgow_exts.xml
+++ b/docs/users_guide/glasgow_exts.xml
@@ -9516,7 +9516,7 @@ Sometimes, however, this approach is over-cautious, and 
we <emphasis>do</emphasi
 rule to fire, even though doing so would duplicate redex.  There is no way 
that GHC can work out
 when this is a good idea, so we provide the CONLIKE pragma to declare it, thus:
 <programlisting>
-{-# INLINE[1] CONLIKE f #-}
+{-# INLINE CONLIKE [1] f #-}
 f x = <replaceable>blah</replaceable>
 </programlisting>
 CONLIKE is a modifier to an INLINE or NOINLINE pragma.  It specifies that an 
application



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to