uulib-0.9.15: Haskell Utrecht Tools Library

Safe HaskellNone

UU.Parsing.StateParser

Documentation

class StateParser p st | p -> st where

Methods

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

set :: st -> p st

get :: p st

Instances

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