| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
UU.Parsing.StateParser
Documentation
class StateParser p st | p -> st where Source
Minimal complete definition
Instances
| (InputState inp s p, OutputState out) => StateParser (AnaParser (inp, st) out s p) st Source |