Neil Brown
|
b48129d4e5
|
Fixed some uses of Map.lookup that used the old system of it working with any monad (in GHC 6.10, it's always Maybe)
|
2008-11-28 11:38:06 +00:00 |
|
Neil Brown
|
be6c57ce5b
|
Corrected some of my documentation of flowAlgorithm that has repeatedly confused me ever since I wrote it
|
2008-11-20 15:39:06 +00:00 |
|
Neil Brown
|
73d1bdc711
|
Fixed the flow algorithms to discard nodes that should not feature (e.g. nodes with no onward path in backward data flow)
|
2008-09-11 21:46:03 +00:00 |
|
Neil Brown
|
cf35eb97d3
|
Corrected a couple of uses of flowAlgorithm to use the connected nodes, not all the remaining nodes in the graph
|
2008-06-05 20:35:43 +00:00 |
|
Neil Brown
|
17255bb2b1
|
Changed the uses of flowAlgorithm to make better use of userErrLabel to give better error messages
|
2008-06-05 20:22:47 +00:00 |
|
Neil Brown
|
f444d81f89
|
Changed flowAlgorithm to give a better error message when something internal goes wrong
|
2008-05-30 17:14:42 +00:00 |
|
Neil Brown
|
05c16b77d3
|
Added comments to the flowAlgorithm function and tweaked the names to make it clear it can do forward or backward analysis
|
2008-05-23 15:38:03 +00:00 |
|
Neil Brown
|
5807c59edf
|
Moved the three Flow modules out to a new flow directory
|
2008-02-26 15:07:07 +00:00 |
|