summaryrefslogtreecommitdiff
path: root/src/GF/Speech/FiniteState.hs
AgeCommit message (Expand)Author
2005-09-14Parametrized the type of FAs over the state type.bringert
2005-09-14Parametrized the Graph type over the node type.bringert
2005-09-14Added Graphviz module for graphviz stuff. Move a lot of utility functions to ...bringert
2005-09-12Cleaned up some stuff while trying to find a bug. Turned out I just had not s...bringert
2005-09-12Some preparations for graph minimization.bringert
2005-09-12Used home-grown graph implementation in FiniteState, to remove dependency on ...bringert
2005-09-12Completed unoptimized SLF generation.bringert
2005-09-08Defined compileAutomaton in terms of make_fabringert
2005-09-07Added the prerequisits for automaton building.bringert