|
| Language.HaLex.FaAsDiGraph | | Portability | portable | | Stability | provisional | | Maintainer | jas@di.uminho.pt |
|
|
|
|
|
| Description |
| Finite Automata as Directed Graphs in GraphViz.
Code Included in the Lecture Notes on
Language Processing (with a functional flavour).
|
|
| Synopsis |
|
| tographviz :: (Eq sy, Show sy, Ord st) => Ndfa st sy -> [Char] -> [Char] -> [Char] -> (st -> [Char]) -> [Char] |
|
|
| Documentation |
|
| tographviz |
| :: (Eq sy, Show sy, Ord st) | | | => Ndfa st sy | Automaton | | -> [Char] | Graph's name | | -> [Char] | Node's shape | | -> [Char] | Orientation | | -> (st -> [Char]) | Show function to print the state ids | | -> [Char] | | | Print a Ndfa in GraphViz |
|
|
| Produced by Haddock version 0.6 |