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