Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Parser.Ptera.Pipeline.LAPEG2SRB
Documentation
data Context start altDoc a Source #
Constructors
Context | |
Fields
|
laPegStateQueuePipeline :: Pipeline start altDoc a () Source #
laPegStatePipeline :: StateNum -> Position -> NonEmpty AltNum -> Pipeline start altDoc a () Source #
genAltMapForTrans :: Position -> NonEmpty AltNum -> Pipeline start altDoc a (T AltItemsForTrans) Source #
data AltItemsForTrans Source #
Constructors
AltMapForTrans | |
Instances
Show AltItemsForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB | |
Eq AltItemsForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods (==) :: AltItemsForTrans -> AltItemsForTrans -> Bool Source # (/=) :: AltItemsForTrans -> AltItemsForTrans -> Bool Source # |
data AltItemsOpForTrans Source #
Instances
Show AltItemsOpForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB | |
Eq AltItemsOpForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods (==) :: AltItemsOpForTrans -> AltItemsOpForTrans -> Bool Source # (/=) :: AltItemsOpForTrans -> AltItemsOpForTrans -> Bool Source # |