From 5e6ada5f05f7375fe14ab96dd146f3c17898f4de Mon Sep 17 00:00:00 2001 From: Andres Loeh Date: Mon, 13 Nov 2023 23:35:03 +0100 Subject: [PATCH] Another Haddock fix. --- src/HsLexer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HsLexer.lhs b/src/HsLexer.lhs index cb02970..fd0653a 100644 --- a/src/HsLexer.lhs +++ b/src/HsLexer.lhs @@ -388,7 +388,7 @@ they do not bracket expressions. The following change is by ks, 14.05.2003. This is related to the change above in function |string|. -> catCode (TeX _ _) = NoSep -- |impossible "catCode"| +> catCode (TeX _ _) = NoSep > catCode (Qual _ t) = catCode t > catCode (Op _) = Sep > token = id