fst-0.9.0.1: Finite state transducers

FST.Automaton

Synopsis

Documentation

data Automaton a Source

Instances

AutomatonFunctions Automaton

Instance of AutomatonFunctions

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

class Convertable f whereSource

Type class Convertable

Methods

encode :: Eq a => f a -> Automaton aSource

decode :: Eq a => Automaton a -> f aSource

Instances

rename :: Eq b => [(b, [(a, b)])] -> Sigma a -> [b] -> [b] -> State -> Automaton aSource

Convert automaton labelled with something other than states to an Automaton.

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

Display the automaton