[project @ 2003-11-17 14:23:30 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / Lexer.x
index ce7c02b..ccfc3e8 100644 (file)
@@ -24,7 +24,7 @@
 module Lexer (
    Token(..), Token__(..), lexer, mkPState, showPFailed,
    P(..), ParseResult(..), setSrcLocFor, getSrcLoc, 
-   failMsgP, failLocMsgP, srcParseFail,
+   failLocMsgP, srcParseFail,
    popContext, pushCurrentContext,
   ) where