Warning Police: Unused imports
[ghc-hetmet.git] / utils / genprimopcode / Lexer.x
index 19b0f66..2b8289a 100644 (file)
@@ -2,9 +2,8 @@
 {
 module Lexer (lex_tok) where
 
-import Control.Monad.State (StateT, get)
 import ParserM (ParserM (..), mkT, mkTv, Token(..), St, start_code,
-                StartCode, Action, set_start_code,
+                set_start_code,
                 inc_brace_depth, dec_brace_depth,
                 show_pos, position, input,
                 AlexInput, alexGetChar, alexInputPrevChar)