tock-mirror/common
Neil Brown 2edf5cc43d Fixed constant folding to resolve any user types involved
Due to awkward module dependencies, some functions had to be moved around to accommodate this change.  Two from Types have gone to EvalLiterals, and two to CompState.  Everything still compiles just as before though.
2009-03-31 16:11:00 +00:00
..
CommonTest.hs Go back to passing the value to the type-contains function. 2008-04-02 16:11:13 +00:00
Errors.hs Added a set of enabled warnings to CompState 2008-11-20 13:17:05 +00:00
EvalConstants.hs Fixed constant folding to resolve any user types involved 2009-03-31 16:11:00 +00:00
EvalLiterals.hs Fixed constant folding to resolve any user types involved 2009-03-31 16:11:00 +00:00
GenericUtils.hs Added some comments to my changes to GenericUtils 2008-11-25 18:06:14 +00:00
Intrinsics.hs Added a few more mobile things (DEFINED keyword, an intrinsic) 2009-03-20 20:53:51 +00:00
OccamEDSL.hs Fixed up all the tests in light of the new recursive procs 2009-01-29 00:56:32 +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 Initial implementation of the occam-pi preprocessor. 2008-02-28 20:27:30 +00:00
ShowCode.hs Removed various bits of old code relating to the old sizes mechanism 2009-03-31 10:50:04 +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 Changed most of the rest of Tock (except some tests) to understand the new record attributes 2009-03-20 15:18:29 +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 Fixed constant folding to resolve any user types involved 2009-03-31 16:11:00 +00:00
Utils.hs Updated the comments on the product* functions in the Utils module 2009-02-09 23:10:29 +00:00