make basic app demo slightly more interesting
authorMalcolm.Wallace@cs.york.ac.uk
local dateWed, 16 Nov 2005 12:06:56
dateWed, 16 Nov 2005 12:06:56
hash20051116120656-6871e-175e65d8398fd088c1c8ec0930bc3aea05c2a963
make basic app demo slightly more interesting

Now that we can edit the info on an edge, let's make the simple
application demo slightly more interesting. The nodes now collect all
the numbers on their incoming edges into a list. Then the sum of the
numbers in a node is pushed out along its outgoing edges. If you keep
hitting the 'perform analysis' step, it will eventually reach a fixed
point.
1 file(s) changed:
src/Main.hs +17 -6