diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:21:14 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-07-20 17:21:14 +0000 |
commit | aa653c65e270d820cd0d39837bc7025d0f89427c (patch) | |
tree | c0ba4083fb136aad58875740631f81bb145d7392 /compiler | |
parent | 5cb15e98b4d6d56f6b4652e56691e45463134c87 (diff) | |
download | haskell-aa653c65e270d820cd0d39837bc7025d0f89427c.tar.gz |
Fix Haddock errors.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/parser/Lexer.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x index b3cab497f9..b74a73262c 100644 --- a/compiler/parser/Lexer.x +++ b/compiler/parser/Lexer.x @@ -1566,7 +1566,7 @@ bangPatBit = 8 -- Tells the parser to understand bang-patterns -- (doesn't affect the lexer) tyFamBit = 9 -- indexed type families: 'family' keyword and kind sigs haddockBit = 10 -- Lex and parse Haddock comments -magicHashBit = 11 -- # in both functions and operators +magicHashBit = 11 -- "#" in both functions and operators kindSigsBit = 12 -- Kind signatures on type variables recursiveDoBit = 13 -- mdo unicodeSyntaxBit = 14 -- the forall symbol, arrow symbols, etc |