tock-mirror/common
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
..
CommonTest.hs Removed the GenericUtils module, now that everything uses Polyplate instead 2009-01-12 18:03:41 +00:00
Errors.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
EvalConstants.hs Fixed various small mobile typing issues 2009-04-09 17:05:16 +00:00
EvalLiterals.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
Intrinsics.hs Also fixed the types of the ..TOSTRING procs in the occam intrinsic list in Tock 2009-04-08 19:10:46 +00:00
OccamEDSL.hs Got the test utilities working with the new Pass type synonym 2008-12-14 19:00:19 +00:00
Pattern.hs Added the -fwarn-missing-signatures option and added all missing type signatures for non-test modules (and most for test modules too) 2008-02-05 23:06:03 +00:00
PrettyShow.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
ShowCode.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
TestFramework.hs Moved all the testPass* functions into the TestMonad, using unsafePerformIO for running them inside QuickCheck 2008-03-05 16:06:14 +00:00
TestHarness.hs Modified the test harness so that it gives a meta tag on failure (in case we want it) 2009-02-10 21:33:53 +00:00
TestUtils.hs Got the test utilities working with the new Pass type synonym 2008-12-14 19:00:19 +00:00
TreeUtils.hs Added an augmented version of Adam's gmapMFor that uses the same generics techniques, but also gives a route to the node to the transformation function 2008-11-06 18:32:35 +00:00
Types.hs Made all the imports of Data.Generics have an import list 2009-04-09 15:36:37 +00:00
Utils.hs Fixed all the conflicts while merging into the Polyplate branch 2009-04-09 11:01:39 +00:00