tock-mirror/common
2009-05-25 17:08:11 +00:00
..
CommonTest.hs Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +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 Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
EvalLiterals.hs Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
Intrinsics.hs Added an EXIT intrinsic that's useful for profiling 2009-05-25 17:08:11 +00:00
OccamEDSL.hs Got the tests compiling again after the changes to the AST for extended rendezvous 2009-04-19 17:34:36 +00:00
Operators.hs Moved some of the operators stuff out into its own module, and corrected ShowCode to display operators nicely 2009-04-18 21:03:12 +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 Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
ShowCode.hs Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
TestFramework.hs Merged the latest set of changes from the trunk into the Polyplate branch 2009-04-10 20:38:29 +00:00
TestHarness.hs Split out a chunk of CompState into a CompOpts type for things that can be set on the command-line 2009-04-17 21:10:14 +00:00
TestUtils.hs Added a function for testing that defines all the occam built-in operators, which helped fix all the failures in OccamPasses 2009-04-18 18:09:20 +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 Cleaned up all the warnings in Tock's code (most unused modules, or unused functions) 2009-05-19 09:05:38 +00:00
Utils.hs Added a new function in Utils for splitting a file into its extension, and the rest of it 2009-04-14 16:58:38 +00:00