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

Safe HaskellSafe-Inferred
LanguageHaskell2010

DataFlow.DFD

Synopsis

Documentation

type Step = Int Source

type DFD v = State Step v Source

nextStep :: DFD Int Source

Get the next "step" number (the order of flow arrows in the diagram).