Make RainParse contain its own definition of RainParser.

It was previously defined in terms of OccParser, which I'm about to change.
This commit is contained in:
Adam Sampson 2007-08-20 00:52:16 +00:00
parent a9f1e52103
commit c4a04675ad

View File

@ -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