uulib-0.9.10: Haskell Utrecht Tools LibrarySource codeContentsIndex
UU.Parsing.StateParser
Documentation
class StateParser p st | p -> st whereSource
Methods
change :: (st -> st) -> p stSource
set :: st -> p stSource
get :: p stSource
show/hide Instances
(InputState inp s p, OutputState out) => StateParser (AnaParser ((,) inp st) out s p) st
Produced by Haddock version 2.4.2