src/Tools/quickcheck.ML
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Thu, 14 Apr 2016 16:59:47 +0200 wenzelm avoid misleading Simplifier trace in quickcheck, notably in auto quickcheck;
Thu, 14 Apr 2016 16:02:22 +0200 wenzelm tuned;
Sat, 05 Mar 2016 17:01:45 +0100 wenzelm tuned signature -- clarified modules;
Mon, 06 Jul 2015 16:03:01 +0200 wenzelm tuned message;
Wed, 22 Apr 2015 20:14:43 +0200 wenzelm allow diagnostic proof commands with skip_proofs;
Thu, 16 Apr 2015 14:18:32 +0200 wenzelm explicit error for Toplevel.proof_of;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Sun, 25 Jan 2015 15:40:28 +0100 wenzelm tuned;
Sun, 25 Jan 2015 13:56:21 +0100 wenzelm more compact message;
Sun, 25 Jan 2015 13:32:32 +0100 wenzelm proper naming convention;
Sun, 25 Jan 2015 13:14:50 +0100 wenzelm prefer plain tuples;
Sun, 25 Jan 2015 13:04:36 +0100 wenzelm tuned message;
Tue, 23 Dec 2014 20:46:42 +0100 wenzelm explicit message channels for "state", "information";
Mon, 03 Nov 2014 14:50:27 +0100 wenzelm eliminated unused int_only flag (see also c12484a27367);
Mon, 03 Nov 2014 14:31:15 +0100 wenzelm eliminated obsolete Proof.goal_message -- print outcome more directly;
Fri, 31 Oct 2014 11:36:41 +0100 wenzelm discontinued obsolete Output.urgent_message;
Fri, 31 Oct 2014 11:18:17 +0100 wenzelm discontinued Proof General;
Sun, 08 Jun 2014 23:30:52 +0200 haftmann recovered level-free fishing for locale, accidentally lost in dce365931721
Sat, 07 Jun 2014 08:16:03 +0200 haftmann less baroque interface
Tue, 08 Apr 2014 14:59:36 +0200 wenzelm more uniform ML/document antiquotations;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Thu, 20 Feb 2014 19:52:43 +0100 wenzelm tuned;
Thu, 20 Feb 2014 19:44:48 +0100 wenzelm proper naming convention;
Thu, 20 Feb 2014 19:32:20 +0100 wenzelm tuned whitespace;
Wed, 17 Jul 2013 23:33:16 +0200 wenzelm tuned message;
Sat, 13 Jul 2013 14:11:48 +0200 wenzelm clarified some default options;
Sat, 13 Jul 2013 13:25:42 +0200 wenzelm more explicit Markup.information for messages produced by "auto" tools;
Sat, 13 Jul 2013 00:50:49 +0200 wenzelm hybrid "auto" tool setup, for TTY (within theory) and PIDE (global print function);
Fri, 12 Jul 2013 23:45:05 +0200 wenzelm system options for Isabelle/HOL proof tools;
Wed, 15 May 2013 22:30:24 +0200 wenzelm clarified preferences: "override" re-initialized on prover startup, and "default" sent to PG -- thus recover typical defaults like auto-quickcheck in PG 4.x;
Wed, 15 May 2013 20:22:46 +0200 wenzelm maintain ProofGeneral preferences within ProofGeneral module;
Wed, 15 May 2013 17:39:41 +0200 wenzelm just one ProofGeneral module;
Tue, 09 Apr 2013 15:29:25 +0200 wenzelm discontinued Toplevel.no_timing complication -- also recovers timing of diagnostic commands, e.g. 'find_theorems';
Wed, 27 Mar 2013 17:58:07 +0100 wenzelm more robust access Toplevel.proof_of -- prefer warning via Toplevel.unknown_proof over hard crash (notably for skipped proofs);
Thu, 28 Feb 2013 12:43:28 +0100 wenzelm tuned whitespace and indentation;
Sun, 25 Nov 2012 19:49:24 +0100 wenzelm Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Fri, 14 Sep 2012 18:12:41 +0200 wenzelm clarified markup names;
Thu, 19 Apr 2012 19:18:11 +0200 haftmann dropped dead code
Thu, 19 Apr 2012 10:16:51 +0200 haftmann dropped dead code;
Fri, 06 Apr 2012 13:10:45 +0200 wenzelm standardized alias;
Wed, 04 Apr 2012 12:22:51 +0200 bulwahn added option quickcheck_locale to allow different behaviours for handling locales in Quickcheck;
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Thu, 15 Mar 2012 20:07:00 +0100 wenzelm prefer formally checked @{keyword} parser;
Sat, 10 Mar 2012 16:39:55 +0100 bulwahn adding tags to quickcheck's result
Fri, 02 Mar 2012 09:35:39 +0100 bulwahn collecting all axioms in a locale context in quickcheck;
Tue, 21 Feb 2012 12:20:33 +0100 bulwahn subtype preprocessing in Quickcheck;
Tue, 14 Feb 2012 17:29:53 +0100 bulwahn adding abort_potential configuration in Quickcheck
Fri, 27 Jan 2012 10:31:30 +0100 bulwahn adding some basic handling that unfolds a conjecture in a locale before testing it with quickcheck
Mon, 05 Dec 2011 12:36:22 +0100 bulwahn making the default behaviour of quickcheck a little bit less verbose;
Mon, 05 Dec 2011 12:36:21 +0100 bulwahn adding verbose configuration to quickcheck
Mon, 05 Dec 2011 12:36:00 +0100 bulwahn renaming potential flag to genuine_only flag with an inverse semantics
Mon, 05 Dec 2011 12:35:06 +0100 bulwahn outputing the potentially spurious counterexample and continue search
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn outputing if counterexample is potentially spurious or not
Thu, 01 Dec 2011 22:14:35 +0100 bulwahn extending quickcheck's result by the genuine flag
Wed, 30 Nov 2011 09:21:04 +0100 bulwahn adding parsing of potential configuration to quickcheck command
Wed, 30 Nov 2011 09:21:02 +0100 bulwahn adding quickcheck's potential configuration
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 11 Nov 2011 08:32:44 +0100 bulwahn adding option allow_function_inversion to quickcheck options
less more (0) -100 -60 tip