src/HOL/Tools/refute.ML
Mon, 14 Dec 2009 12:14:12 +0100 blanchet added "no_assms" option to Refute, and include structured proof assumptions by default;
Mon, 07 Dec 2009 11:44:49 +0100 blanchet better error message in Refute when specifying a non-existing SAT solver
Mon, 30 Nov 2009 11:42:49 +0100 haftmann modernized structures and tuned headers of datatype package modules; joined former datatype.ML and datatype_rep_proofs.ML
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Sun, 08 Nov 2009 18:43:42 +0100 wenzelm adapted Theory_Data;
Thu, 29 Oct 2009 23:56:33 +0100 wenzelm eliminated some old folds;
Thu, 29 Oct 2009 17:58:26 +0100 wenzelm standardized filter/filter_out;
Tue, 27 Oct 2009 22:57:23 +0100 wenzelm eliminated some old folds;
Tue, 27 Oct 2009 17:34:00 +0100 wenzelm normalized basic type abbreviations;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Wed, 21 Oct 2009 16:57:57 +0200 blanchet merged
Wed, 21 Oct 2009 16:54:04 +0200 blanchet fixed the "expect" mechanism of Refute in the face of timeouts
Wed, 21 Oct 2009 12:02:56 +0200 haftmann curried union as canonical list operation
Wed, 21 Oct 2009 08:16:25 +0200 haftmann merged
Wed, 21 Oct 2009 08:14:38 +0200 haftmann dropped redundant gen_ prefix
Tue, 20 Oct 2009 16:13:01 +0200 haftmann replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
Wed, 21 Oct 2009 00:36:12 +0200 wenzelm standardized basic operations on type option;
Mon, 19 Oct 2009 21:54:57 +0200 wenzelm uniform use of Integer.add/mult/sum/prod;
Thu, 15 Oct 2009 23:28:10 +0200 wenzelm replaced String.concat by implode;
Thu, 15 Oct 2009 21:28:39 +0200 wenzelm normalized aliases of Output operations;
Fri, 02 Oct 2009 21:41:57 +0200 wenzelm Refute.refute_goal: canonical goal addresses from 1 (renamed from refute_subgoal to clarify change in semantics);
Fri, 10 Jul 2009 07:59:27 +0200 haftmann dropped find_index_eq
Mon, 06 Jul 2009 19:58:52 +0200 wenzelm renamed inclass/Inclass to of_class/OfClass, in accordance to of_sort;
Tue, 23 Jun 2009 16:27:12 +0200 haftmann tuned interfaces of datatype module
Sun, 21 Jun 2009 08:38:58 +0200 haftmann simplified names of common datatype types
Fri, 19 Jun 2009 17:23:21 +0200 haftmann discontinued ancient tradition to suffix certain ML module names with "_package"
Wed, 11 Mar 2009 15:56:51 +0100 haftmann HOLogic.mk_set, HOLogic.dest_set
Sat, 07 Mar 2009 16:47:36 +0100 blanchet Added a second timeout mechanism to Refute.
Sat, 07 Mar 2009 12:26:56 +0100 blanchet Refute: Distinguish between "genuine" and "potential" in the newly added "expect" option.
Fri, 06 Mar 2009 19:37:31 +0100 blanchet Added "expect" option to Refute, like in Nitpick, that allows to write regression tests.
Fri, 06 Mar 2009 17:21:17 +0100 blanchet Fix remaining occurrences of "'a set" in Refute, by using "'a => bool" instead.
Fri, 06 Mar 2009 11:10:57 +0100 haftmann merged
Thu, 05 Mar 2009 08:24:28 +0100 haftmann merged
Thu, 05 Mar 2009 08:23:11 +0100 haftmann set operations Int, Un, INTER, UNION, Inter, Union, empty, UNIV are now proper qualified constants with authentic syntax
Thu, 05 Mar 2009 10:19:51 +0100 blanchet Reintroduced previous changes: Made "Refute.norm_rhs" public and simplified the configuration of the BerkMin and zChaff SAT solvers.
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:43:39 +0100 blanchet Made Refute.norm_rhs public, so I can use it in Nitpick.
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Tue, 17 Feb 2009 14:01:54 +0100 blanchet Reintroduce set_interpreter for Collect and op :.
Fri, 06 Feb 2009 13:43:19 +0100 blanchet Rearrange Refute/SAT theory dependencies so as to use even more antiquotations in refute.ML +
Wed, 04 Feb 2009 18:10:07 +0100 blanchet Make some Refute functions public so I can use them in Nitpick,
Thu, 01 Jan 2009 14:23:39 +0100 wenzelm avoid polymorphic equality;
Wed, 31 Dec 2008 18:53:17 +0100 wenzelm use regular Term.add_XXX etc.;
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Fri, 05 Dec 2008 18:42:37 +0100 haftmann removed Table.extend, NameSpace.extend_table
Tue, 07 Oct 2008 16:07:50 +0200 haftmann arbitrary is undefined
Sun, 18 May 2008 17:03:20 +0200 wenzelm eliminated theory CPure;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 15:31:42 +0200 wenzelm cat_lines;
Thu, 27 Mar 2008 14:41:07 +0100 wenzelm removed Display.raw_string_of_XXX (use regular Sign.string_of_XXX);
Wed, 19 Mar 2008 07:20:32 +0100 haftmann Type.lookup now curried
Wed, 05 Dec 2007 14:16:05 +0100 haftmann map_product and fold_product
Mon, 15 Oct 2007 01:57:50 +0200 webertj interpreter for List.append added again
Fri, 12 Oct 2007 22:00:47 +0200 webertj significant code overhaul, bugfix for inductive data types
Tue, 09 Oct 2007 17:10:38 +0200 wenzelm renamed AxClass.get_definition to AxClass.get_info (again);
Mon, 24 Sep 2007 13:52:50 +0200 wenzelm replaced interrupt_timeout by TimeLimit.timeLimit (available on SML/NJ and Poly/ML 5.1);
Fri, 20 Jul 2007 14:28:25 +0200 haftmann moved class ord from Orderings.thy to HOL.thy
Sat, 19 May 2007 11:33:57 +0200 haftmann constant op @ now named append
Thu, 17 May 2007 19:49:40 +0200 haftmann canonical prefixing of class constants
less more (0) -100 -60 tip