diff options
Diffstat (limited to 'utils/genprimopcode/ParserM.hs')
-rw-r--r-- | utils/genprimopcode/ParserM.hs | 2 |
1 files changed, 0 insertions, 2 deletions
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)) |