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 Pass
|
||||||
import Types
|
import Types
|
||||||
import Utils
|
import Utils
|
||||||
import qualified Parse
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
type RainState = CompState
|
type RainState = CompState
|
||||||
type RainParser = Parse.OccParser
|
type RainParser = GenParser Char CompState
|
||||||
|
|
||||||
rainStyle
|
rainStyle
|
||||||
= emptyDef
|
= emptyDef
|
||||||
|
|
Loading…
Reference in New Issue
Block a user