fst-0.9.0.1: Finite state transducers

FST.AutomatonTypes

Synopsis

Documentation

type Transitions a = [(a, State)]Source

type Sigma a = [a]Source

class AutomatonFunctions f whereSource

Class of AutomatonFunctions

Instances

AutomatonFunctions Automaton

Instance of AutomatonFunctions

AutomatonFunctions LBFA