dataflow-0.1.0.1: Generate Graphviz documents from a Haskell representation.

Safe HaskellSafe-Inferred
LanguageHaskell2010

DataFlow.DFD

Synopsis

Documentation

class DFD t where Source

Type class for types that can be rendered as DFD.

Methods

dfd :: t -> Gen () Source

Instances

runDfd :: Diagram -> String Source

Generates the DFD output as a String.

printDfd :: Diagram -> IO () Source

Prints the DFD output to stdout.