From 0891c568f645edcac35442576757ab6fcaa7b6ec Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Tue, 4 Nov 2014 21:04:07 +0000 Subject: Fix parsing of identifiers written in infix way --- doc/haddock.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') 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 Nothing special is needed to hyperlink identifiers which contain apostrophes themselves: to hyperlink foo' one would simply type - 'foo''. + 'foo''. To hyperlink identifiers written in + infix form, simply put them in quotes as always: + '`elem`'. For compatibility with other systems, the following alternative form of markup is accepted -- cgit v1.2.3