fst-0.9.0.1: Finite state transducers

FST.StateMonad

Documentation

newtype STM a Source

Constructors

STM (State -> (a, State)) 

Instances

run :: STM a -> State -> aSource