tock-mirror/common
2008-01-16 11:15:05 +00:00
..
AST.hs Overhauled the usage checker to use sets of Strings for recording the used variables 2007-10-29 17:32:23 +00:00
CommonTest.hs Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module 2007-12-13 19:05:29 +00:00
CompState.hs Added an option for usage-checking to the CompState; currently turned off by default 2008-01-16 03:24:25 +00:00
Errors.hs Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules 2007-09-27 13:13:46 +00:00
EvalConstants.hs Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules 2007-09-27 13:13:46 +00:00
EvalLiterals.hs Added the -fwarn-unused-imports compiler option to warn about unused imports, and then set about pruning and ordering (mostly in my code) the import lists for all the modules 2007-09-27 13:13:46 +00:00
FlowAlgorithms.hs Introduced scoped type variables into the signature of flowAlgorithm 2007-11-07 13:00:10 +00:00
FlowGraph.hs Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module 2007-12-13 19:05:29 +00:00
FlowGraphTest.hs Added various (QuickCheck) Result helper functions to the TestUtils module 2007-12-13 23:51:49 +00:00
Intrinsics.hs Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly. 2007-09-10 17:28:57 +00:00
Metadata.hs Removed the Metadata hack (where emptyMeta was "equal" to every other Meta data tag) 2007-11-10 14:14:18 +00:00
Pass.hs Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module 2007-12-13 19:05:29 +00:00
PassList.hs Moved the Pass list from Main to its own module (PassList) and included the usage-checking pass (when the appropriate option is turned on) 2008-01-16 03:26:20 +00:00
Pattern.hs Rearranged the Rain source files, renamed a couple of Rain files, and changed the Makefile accordingly. 2007-09-10 17:28:57 +00:00
PrettyShow.hs Added documentation to PrettyShow and ShowCode, along with an export list for the latter. 2007-09-17 17:51:49 +00:00
ShowCode.hs Fixed some haddock parsing problems in the documentation 2007-11-14 16:26:47 +00:00
TestHarness.hs Changed the test harness to get some tests inside the IO monad. This allows all the tests to be run, not just until the first failure 2008-01-16 11:15:05 +00:00
TestUtils.hs Added a helper function (assertEqualCustomShow) to the TestUtils module 2008-01-15 18:09:49 +00:00
TreeUtils.hs Renamed the TestUtil and TreeUtil modules to TestUtils and TreeUtils, to be consistent with the Utils module 2007-12-13 19:05:29 +00:00
Types.hs Fixed some haddock parsing problems in the documentation 2007-11-14 16:26:47 +00:00
Utils.hs Moved showMaybe to the Utils module and added a similar showListCustom function 2008-01-15 18:08:56 +00:00