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:
parent
a9f1e52103
commit
c4a04675ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user