fst-0.10.0.0: Finite state transducers

Safe HaskellSafe-Inferred

FST.RunTransducer

Contents

Description

Running a transducer with some input

Synopsis

Run functions

applyUp :: Eq a => Transducer a -> [a] -> Maybe [[a]]Source

Apply a transducer upwards

applyDown :: Eq a => Transducer a -> [a] -> Maybe [[a]]Source

Apply a transducer downwards