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

Safe HaskellSafe-Inferred
LanguageHaskell2010

DataFlow.Reader

Synopsis

Documentation

idAndAttrsNode :: String -> (ID -> Attributes -> t) -> Parser t Source

Construct a parser for an node with an ID:

<keyword> <id> {
  ...
}

data FlowType Source

Constructors

Back 
Forward