diff options
-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 |