diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-11-16 12:29:08 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-11-16 12:29:08 +0000 |
commit | 9c48a3c3cf343a824ac8678155353cbc1b6a86fb (patch) | |
tree | 6176846c61a53f843b53a2ca8d2a6674c84469de /docs | |
parent | 02ac2974ce8e537372bff8d9e0a6efb461ed2c59 (diff) | |
download | haskell-9c48a3c3cf343a824ac8678155353cbc1b6a86fb.tar.gz |
Formatting fix
Diffstat (limited to 'docs')
-rwxr-xr-x | 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 79dda7db09..1eb041bc27 100755 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -8347,7 +8347,7 @@ happen. be put anywhere its type signature could be put. Moreover, you can also <literal>SPECIALIZE</literal> an <emphasis>imported</emphasis> provided it was given an <literal>INLINABLE</literal> pragma at its definition site - (<xref linkend="inlinable-pragma".>)</para> + (<xref linkend="inlinable-pragma"/>)</para> <para>A <literal>SPECIALIZE</literal> has the effect of generating (a) a specialised version of the function and (b) a rewrite rule |