tock-mirror/common
Adam Sampson 476906f5be Qualify "empty".
Data.Generic exports "empty" as well in GHC 7.0.
2011-07-20 09:54:20 +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 Added bits to the implicit mobility to stop things being used in parallel being moved 2009-05-22 17:23:05 +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 Qualify "empty". 2011-07-20 09:54:20 +00:00
ShowCode.hs Added a line to handle some missing cases in ShowCode 2009-05-22 21:57:17 +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 Tidied up a use of impredicative types 2010-04-10 19:40:54 +00:00
Types.hs Removed all uses of rec, which seems to be a reserved word these days 2010-04-10 19:39:54 +00:00
Utils.hs Added a new setToMap function to Utils 2009-05-22 17:19:28 +00:00