[TAG Version 1.2.0. Nils Anders Danielsson **20070104150621] < [Decided to "release" ContinuousFunctions. Nils Anders Danielsson **20070104150522 + The module is not finished, so I added a disclaimer. ] [Simplified code slightly. Nils Anders Danielsson **20070104145153] [Ported library to GHC 6.6. Nils Anders Danielsson **20070104145019 + Had to eta-expand some expressions to get the code to type-check. Not clear why. ] [Updated copyright notices. Nils Anders Danielsson **20070104142241] [Fixed testing bug. Nils Anders Danielsson **20060512100205 + The testDistribution tests now print out a somewhat informative message when they fail. + The len distribution test has been parameterised, so that it can be used both for lists and trees. Now prop_trees_have_decent_depth does not result in an error. ] [Now an error exit code is used when a test fails. Nils Anders Danielsson **20060512095623] [Replaced some errors in the library with nonBottomError. Nils Anders Danielsson **20060512093309] [Noted that no example discusses generating continuous functions. Nils Anders Danielsson **20060512081650] [Added TODO note discussing problem. Nils Anders Danielsson **20060512081555] [Merged in downstream changes. Nils Anders Danielsson **20060406084537 + Bumped development version to 1.2.0 since the downstream version has been increased to 1.1.0. ] [TAG Version 1.1.0. Nils Anders Danielsson **20060406084502] [Removed empty OPTIONS pragma. Nils Anders Danielsson **20060406072243] [Now GHC 6.4.1 is used to run the tests (instead of 6.4). Nils Anders Danielsson **20060102141029] [Merged the 1.0.1 patch with upstream changes. Nils Anders Danielsson **20060102140733] [Added qualifications to some operators (for the benefit of Haddock). Nils Anders Danielsson **20050627135832] [Changed MakeResult into a monad (abstract). Nils Anders Danielsson **20050627135637 - Added lifting of QuickCheck functionality. - Added dependency on mtl package. - Reorganised ContinuousFunctions.hs. ] [docs now depends on docs/index.html. Nils Anders Danielsson **20050627134801 Hence the documentation is built even if docs has been created but is empty, which can be the case when Haddock encounters a syntax error. ] [Improved and corrected documentation. Nils Anders Danielsson **20050627134211] [Modified documentation of MakePM and match. Nils Anders Danielsson **20050623145529] [Renamed function' to transform and changed the way it is used. Nils Anders Danielsson **20050623145443] [Added first draft of framework for generating continuous functions. Nils Anders Danielsson **20050623141506] [Fixed incorrect portability header line. Nils Anders Danielsson **20050623102813] [Fixed bug. (Had forgotten to replace hard-coded value with variable.) Nils Anders Danielsson **20050623102641] [Extracted generators from SemanticOrd.Tests into TestUtilities.Generators. Nils Anders Danielsson **20050623102320 Modified TestUtilities.Generators.function so that the bottom function is sometimes generated. ] [Corrected comment. Nils Anders Danielsson **20050622112556] [Corrected comment. Nils Anders Danielsson **20050622112413] [Removed support for GHC 6.2. Bumped version to 1.1.0. Nils Anders Danielsson **20050622112055 - Only supporting one version of GHC means that CPP is no longer needed. - Note that 1.1.0 is not finished yet, it is only the Cabal version tag that has been increased. ] [The tests are now automatically compiled and run by some darcs commands. Nils Anders Danielsson **20050622082223 It will probably be necessary to use the --no-test flag most of the time. ] [Simplified compilation instructions a little. Nils Anders Danielsson **20050621105303] [Added missing -fglasgow-exts flag. Nils Anders Danielsson **20050621081011 Thanks to Josef for the bug report. ] [Added Typeable instance. Noted that Data instance breaks abstraction. Nils Anders Danielsson **20050604162411] [Made tests slightly more readable. Nils Anders Danielsson **20050602224716] [Added nonBottomError. Nils Anders Danielsson **20050602224501] > { }