fsmActions-0.2.0: Finite state machines and FSM actionsSource codeContentsIndex
Data.FsmActions.GraphViz
Description
GraphViz (dot) rendering using the graphviz library.
Synopsis
fsmToDot :: (Ord sy, Show sy) => FSM sy -> DotGraph
Documentation
fsmToDot :: (Ord sy, Show sy) => FSM sy -> DotGraphSource
Turn an FSM into a DotGraph, trimming any self-loops which aren't sources of nondeterminism.
Produced by Haddock version 2.4.2