From: Ian Lynagh Date: Thu, 1 Mar 2007 13:03:39 +0000 (+0000) Subject: Fix typo in primops docs X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b511a8e82047c37834d2d4e116199511eb6fd70b;p=ghc-hetmet.git Fix typo in primops docs --- diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index 6e0a13d..10bcf37 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -1756,11 +1756,11 @@ pseudoop "seq" pseudoop "inline" a -> a - { The call {\tt(inline f)} arranges that f is inlined, regardless of its size. - More precisely, the call {\tt(inline f)} rewrites to the right-hand side of + { The call {\tt (inline f)} arranges that f is inlined, regardless of its size. + More precisely, the call {\tt (inline f)} rewrites to the right-hand side of {\tt f}'s definition. This allows the programmer to control inlining from a particular call site rather than the definition site of the function (c.f. - {\ttINLINE} pragmas in User's Guide, Section 7.10.3, "INLINE and NOINLINE + {\tt INLINE} pragmas in User's Guide, Section 7.10.3, "INLINE and NOINLINE pragmas"). This inlining occurs regardless of the argument to the call or the size of