tock-mirror/flow
Neil Brown 8f767ff0d4 Made all the imports of Data.Generics have an import list
This makes sure that we catch all leftover instances of using SYB to do generic operations that we should be using Polyplate for instead.  Most modules should only import Data, and possibly Typeable.
2009-04-09 15:36:37 +00:00
..
FlowAlgorithms.hs 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
FlowGraph.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
FlowGraphTest.hs Removed the GenericUtils module, now that everything uses Polyplate instead 2009-01-12 18:03:41 +00:00
FlowUtils.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00