Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/003eb67f3380cd764d1bd6f94413eb0f062626b3 >--------------------------------------------------------------- commit 003eb67f3380cd764d1bd6f94413eb0f062626b3 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 e0d5677..4870490 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -9511,7 +9511,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