fst-0.9.0.1: Finite state transducers

FST.AutomatonInterface

Synopsis

Documentation

compileNFA :: Ord a => Reg a -> Sigma a -> State -> Automaton aSource

compile :: Ord a => Reg a -> Sigma a -> State -> Automaton aSource

data Automaton a Source

Instances

AutomatonFunctions Automaton

Instance of AutomatonFunctions

Read a => Read (Automaton a) 
Show a => Show (Automaton a) 

showAutomaton :: Show a => Automaton a -> StringSource

Display the automaton