Safe Haskell | None |
---|---|
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
Eq AltItemsForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods (==) :: AltItemsForTrans -> AltItemsForTrans -> Bool # (/=) :: AltItemsForTrans -> AltItemsForTrans -> Bool # | |
Show AltItemsForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods showsPrec :: Int -> AltItemsForTrans -> ShowS # show :: AltItemsForTrans -> String # showList :: [AltItemsForTrans] -> ShowS # |
data AltItemsOpForTrans Source #
Instances
Eq AltItemsOpForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods (==) :: AltItemsOpForTrans -> AltItemsOpForTrans -> Bool # (/=) :: AltItemsOpForTrans -> AltItemsOpForTrans -> Bool # | |
Show AltItemsOpForTrans Source # | |
Defined in Language.Parser.Ptera.Pipeline.LAPEG2SRB Methods showsPrec :: Int -> AltItemsOpForTrans -> ShowS # show :: AltItemsOpForTrans -> String # showList :: [AltItemsOpForTrans] -> ShowS # |