From 3da243bf737dc3e26dfbfa943df1fda1ce7c1bab Mon Sep 17 00:00:00 2001 From: "Michael D. Adams" Date: Fri, 13 Jul 2007 20:19:13 +0000 Subject: Warning Police: Unused imports --- utils/genprimopcode/ParserM.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils/genprimopcode/ParserM.hs') diff --git a/utils/genprimopcode/ParserM.hs b/utils/genprimopcode/ParserM.hs index d70947bb8e..edc300d6cc 100644 --- a/utils/genprimopcode/ParserM.hs +++ b/utils/genprimopcode/ParserM.hs @@ -18,8 +18,6 @@ module ParserM ( happyError ) where -import Syntax - -- Parser Monad newtype ParserM a = ParserM (AlexInput -> St -> Either String (AlexInput, St, a)) -- cgit v1.2.1