uulib-0.9.14: Haskell Utrecht Tools Library

Safe HaskellSafe-Infered

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