Skip to content

Commit

Permalink
Another Haddock fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Nov 13, 2023
1 parent 20dcc78 commit 5e6ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HsLexer.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e6ada5

Please sign in to comment.