src/HOL/Tools/Quickcheck/random_generators.ML
Mon, 18 Jul 2011 10:34:21 +0200 removing generator registration
Mon, 18 Jul 2011 10:34:21 +0200 parametrized test_term functions in quickcheck
Mon, 18 Jul 2011 10:34:21 +0200 adding random, exhaustive and SML quickcheck as testers
Thu, 09 Jun 2011 23:12:02 +0200 renamed Drule.instantiate to Drule.instantiate_normalize to emphasize its meaning as opposed to plain Thm.instantiate;
Thu, 09 Jun 2011 20:22:22 +0200 tuned signature: Name.invent and Name.invent_names;
Sat, 16 Apr 2011 16:15:37 +0200 modernized structure Proof_Context;
Tue, 05 Apr 2011 08:53:52 +0200 generalizing ensure_sort_datatype for bounded_forall instances
Fri, 01 Apr 2011 13:49:38 +0200 adding an exhaustive validator for quickcheck's batch validating; moving strip_imp; minimal setup for bounded_forall
Wed, 30 Mar 2011 09:44:16 +0200 generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Fri, 18 Mar 2011 18:19:42 +0100 passing a term with free variables to the quickcheck tester functions instead of an lambda expression because this is more natural with passing further evaluation terms; added output of evaluation terms; added evaluation of terms in the exhaustive testing
Fri, 18 Mar 2011 18:19:42 +0100 extending the test data generators to take the evaluation terms as arguments
Fri, 11 Mar 2011 15:21:13 +0100 adaptions in generators using the common functions
Fri, 11 Mar 2011 15:21:13 +0100 adding file quickcheck_common to carry common functions of all quickcheck generators
Fri, 11 Mar 2011 15:21:13 +0100 renaming signatures and structures; correcting header
Fri, 11 Mar 2011 15:21:13 +0100 moving quickcheck_generators.ML to Quickcheck directory and renaming it random_generators.ML