diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/haddock.xml | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index 618e19f2..3b58f824 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1897,7 +1897,9 @@ module A where          <para>Nothing special is needed to hyperlink identifiers which          contain apostrophes themselves: to hyperlink          <literal>foo'</literal> one would simply type -        <literal>'foo''</literal>.</para> +        <literal>'foo''</literal>. To hyperlink identifiers written in +        infix form, simply put them in quotes as always: +        <literal>'`elem`'</literal>.</para>          <para>For compatibility with other systems, the following          alternative form of markup is accepted<footnote><para>  | 
