uulib-0.9.10: Haskell Utrecht Tools Library

UU.Parsing.StateParser

Documentation

class StateParser p st | p -> st whereSource

Methods

change :: (st -> st) -> p stSource

set :: st -> p stSource

get :: p stSource

Instances

(InputState inp s p, OutputState out) => StateParser (AnaParser (inp, st) out s p) st