From 045dd8b9f7a7cc08704956366aa32c0f6bcf459e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Apr 2007 21:38:33 +0000 Subject: [PATCH] Remove redundant import --- utils/genprimopcode/Lexer.x | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x index 19b0f66..8d0c3e9 100644 --- a/utils/genprimopcode/Lexer.x +++ b/utils/genprimopcode/Lexer.x @@ -2,7 +2,6 @@ { 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, inc_brace_depth, dec_brace_depth, -- 1.7.10.4