From c4a04675adaee75e14e722b7a9f404464d7cfe73 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 20 Aug 2007 00:52:16 +0000 Subject: [PATCH] Make RainParse contain its own definition of RainParser. It was previously defined in terms of OccParser, which I'm about to change. --- RainParse.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RainParse.hs b/RainParse.hs index e04db4f..5715f0d 100644 --- a/RainParse.hs +++ b/RainParse.hs @@ -49,12 +49,11 @@ import Metadata import Pass import Types import Utils -import qualified Parse type RainState = CompState -type RainParser = Parse.OccParser +type RainParser = GenParser Char CompState rainStyle = emptyDef