| Fri, 16 Mar 2012 18:20:12 +0100 | 
wenzelm | 
outer syntax command definitions based on formal command_spec derived from theory header declarations;
 | 
file |
diff |
annotate
 | 
| Fri, 16 Mar 2012 14:46:13 +0100 | 
wenzelm | 
refute_params are given in *this* theory;
 | 
file |
diff |
annotate
 | 
| Thu, 15 Mar 2012 20:07:00 +0100 | 
wenzelm | 
prefer formally checked @{keyword} parser;
 | 
file |
diff |
annotate
 | 
| Sat, 14 Jan 2012 19:06:05 +0100 | 
wenzelm | 
renamed Term.all to Logic.all_const, in accordance to HOLogic.all_const;
 | 
file |
diff |
annotate
 | 
| Tue, 03 Jan 2012 18:33:18 +0100 | 
blanchet | 
handle "set" correctly in Refute -- inspired by old code from Isabelle2007
 | 
file |
diff |
annotate
 | 
| Tue, 03 Jan 2012 18:33:18 +0100 | 
blanchet | 
tuned Refute
 | 
file |
diff |
annotate
 | 
| Fri, 16 Dec 2011 10:38:38 +0100 | 
wenzelm | 
tuned signature;
 | 
file |
diff |
annotate
 | 
| Fri, 02 Dec 2011 15:23:27 +0100 | 
wenzelm | 
eliminated some legacy operations;
 | 
file |
diff |
annotate
 | 
| Fri, 02 Dec 2011 14:54:25 +0100 | 
wenzelm | 
more antiquotations;
 | 
file |
diff |
annotate
 | 
| Mon, 07 Nov 2011 14:16:01 +0100 | 
blanchet | 
return outcome code, so that it can be picked up by Mutabelle
 | 
file |
diff |
annotate
 | 
| Wed, 10 Aug 2011 20:53:43 +0200 | 
wenzelm | 
old term operations are legacy;
 | 
file |
diff |
annotate
 | 
| Sun, 17 Jul 2011 14:21:19 +0200 | 
blanchet | 
fixed lambda-liftg: must ensure the formulas are in close form
 | 
file |
diff |
annotate
 | 
| Tue, 31 May 2011 16:38:36 +0200 | 
blanchet | 
first step in sharing more code between ATP and Metis translation
 | 
file |
diff |
annotate
 | 
| Wed, 04 May 2011 19:35:48 +0200 | 
blanchet | 
exploit inferred monotonicity
 | 
file |
diff |
annotate
 | 
| Sat, 16 Apr 2011 18:11:20 +0200 | 
wenzelm | 
eliminated old List.nth;
 | 
file |
diff |
annotate
 | 
| Sat, 16 Apr 2011 16:15:37 +0200 | 
wenzelm | 
modernized structure Proof_Context;
 | 
file |
diff |
annotate
 | 
| Sun, 27 Mar 2011 16:56:16 +0200 | 
krauss | 
avoid *** in normal output, which usually marks errors in logs
 | 
file |
diff |
annotate
 | 
| Sat, 08 Jan 2011 17:14:48 +0100 | 
wenzelm | 
misc tuning and comments based on review of Theory_Data, Proof_Data, Generic_Data usage;
 | 
file |
diff |
annotate
 | 
| Sat, 08 Jan 2011 16:01:51 +0100 | 
wenzelm | 
modernized structure Prop_Logic;
 | 
file |
diff |
annotate
 | 
| Fri, 26 Nov 2010 21:31:46 +0100 | 
wenzelm | 
explicit use of unprefix;
 | 
file |
diff |
annotate
 | 
| Sat, 20 Nov 2010 00:53:26 +0100 | 
wenzelm | 
renamed raw "explode" function to "raw_explode" to emphasize its meaning;
 | 
file |
diff |
annotate
 | 
| Mon, 25 Oct 2010 21:06:56 +0200 | 
wenzelm | 
renamed Output.priority to Output.urgent_message to emphasize its special role more clearly;
 | 
file |
diff |
annotate
 | 
| Fri, 01 Oct 2010 10:25:36 +0200 | 
haftmann | 
chop_while replace drop_while and take_while
 | 
file |
diff |
annotate
 | 
| Thu, 30 Sep 2010 18:37:29 +0200 | 
haftmann | 
take_while, drop_while
 | 
file |
diff |
annotate
 | 
| Fri, 03 Sep 2010 11:21:58 +0200 | 
wenzelm | 
turned show_consts into proper configuration option;
 | 
file |
diff |
annotate
 | 
| Fri, 03 Sep 2010 10:58:11 +0200 | 
wenzelm | 
prefer regular Proof.context over background theory;
 | 
file |
diff |
annotate
 | 
| Thu, 02 Sep 2010 17:12:16 +0200 | 
wenzelm | 
just one refute.ML;
 | 
file |
diff |
annotate
 | 
| Thu, 02 Sep 2010 16:45:21 +0200 | 
wenzelm | 
use existing Integer.pow, despite its slightly odd argument order;
 | 
file |
diff |
annotate
 | 
| Thu, 02 Sep 2010 16:31:50 +0200 | 
wenzelm | 
tuned whitespace and indentation, emphasizing the logical structure of this long text;
 | 
file |
diff |
annotate
 | 
| Sat, 28 Aug 2010 16:14:32 +0200 | 
haftmann | 
formerly unnamed infix equality now named HOL.eq
 | 
file |
diff |
annotate
 | 
| Fri, 27 Aug 2010 10:56:46 +0200 | 
haftmann | 
formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
 | 
file |
diff |
annotate
 | 
| Thu, 26 Aug 2010 20:51:17 +0200 | 
haftmann | 
formerly unnamed infix impliciation now named HOL.implies
 | 
file |
diff |
annotate
 | 
| Thu, 19 Aug 2010 12:11:57 +0200 | 
haftmann | 
use HOLogic.boolT and @{typ bool} more pervasively
 | 
file |
diff |
annotate
 | 
| Thu, 01 Jul 2010 16:54:42 +0200 | 
haftmann | 
qualified constants Set.member and Set.Collect
 | 
file |
diff |
annotate
 | 
| Mon, 28 Jun 2010 15:32:25 +0200 | 
haftmann | 
avoid List.all
 | 
file |
diff |
annotate
 | 
| Fri, 11 Jun 2010 17:14:01 +0200 | 
haftmann | 
avoid references to old constdefs
 | 
file |
diff |
annotate
 | 
| Thu, 10 Jun 2010 12:24:03 +0200 | 
haftmann | 
tuned quotes, antiquotations and whitespace
 | 
file |
diff |
annotate
 | 
| Tue, 08 Jun 2010 16:37:22 +0200 | 
haftmann | 
tuned quotes, antiquotations and whitespace
 | 
file |
diff |
annotate
 | 
| Mon, 31 May 2010 18:49:32 +0200 | 
blanchet | 
move SAT solver warning from every invocation of SAT solver to the tool, Refute, that uses it;
 | 
file |
diff |
annotate
 | 
| Tue, 25 May 2010 20:28:16 +0200 | 
wenzelm | 
eliminated various catch-all exception patterns, guessing at the concrete exeptions that are intended here;
 | 
file |
diff |
annotate
 | 
| Wed, 05 May 2010 18:25:34 +0200 | 
haftmann | 
farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
 | 
file |
diff |
annotate
 | 
| Thu, 29 Apr 2010 01:17:14 +0200 | 
blanchet | 
expand combinators in Isar proofs constructed by Sledgehammer;
 | 
file |
diff |
annotate
 | 
| Fri, 23 Apr 2010 16:59:48 +0200 | 
blanchet | 
remove debugging code
 | 
file |
diff |
annotate
 | 
| Tue, 13 Apr 2010 15:16:54 +0200 | 
blanchet | 
commented out unsound "lfp"/"gfp" handling + fixed set output syntax;
 | 
file |
diff |
annotate
 | 
| Sat, 13 Mar 2010 15:12:56 +0100 | 
wenzelm | 
more antiquotations;
 | 
file |
diff |
annotate
 | 
| Fri, 19 Feb 2010 14:47:01 +0100 | 
haftmann | 
moved remaning class operations from Algebras.thy to Groups.thy
 | 
file |
diff |
annotate
 | 
| Wed, 10 Feb 2010 14:12:04 +0100 | 
haftmann | 
moved less_eq, less to Orderings.thy; moved abs, sgn to Groups.thy
 | 
file |
diff |
annotate
 | 
| Thu, 28 Jan 2010 11:48:49 +0100 | 
haftmann | 
new theory Algebras.thy for generic algebraic structures
 | 
file |
diff |
annotate
 | 
| Mon, 14 Dec 2009 12:14:12 +0100 | 
blanchet | 
added "no_assms" option to Refute, and include structured proof assumptions by default;
 | 
file |
diff |
annotate
 | 
| Mon, 07 Dec 2009 11:44:49 +0100 | 
blanchet | 
better error message in Refute when specifying a non-existing SAT solver
 | 
file |
diff |
annotate
 | 
| 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
 | 
file |
diff |
annotate
 | 
| Tue, 24 Nov 2009 17:28:25 +0100 | 
haftmann | 
curried take/drop
 | 
file |
diff |
annotate
 | 
| Sun, 08 Nov 2009 18:43:42 +0100 | 
wenzelm | 
adapted Theory_Data;
 | 
file |
diff |
annotate
 | 
| Thu, 29 Oct 2009 23:56:33 +0100 | 
wenzelm | 
eliminated some old folds;
 | 
file |
diff |
annotate
 | 
| Thu, 29 Oct 2009 17:58:26 +0100 | 
wenzelm | 
standardized filter/filter_out;
 | 
file |
diff |
annotate
 | 
| Tue, 27 Oct 2009 22:57:23 +0100 | 
wenzelm | 
eliminated some old folds;
 | 
file |
diff |
annotate
 | 
| Tue, 27 Oct 2009 17:34:00 +0100 | 
wenzelm | 
normalized basic type abbreviations;
 | 
file |
diff |
annotate
 | 
| Thu, 22 Oct 2009 13:48:06 +0200 | 
haftmann | 
map_range (and map_index) combinator
 | 
file |
diff |
annotate
 | 
| Wed, 21 Oct 2009 16:57:57 +0200 | 
blanchet | 
merged
 | 
file |
diff |
annotate
 | 
| Wed, 21 Oct 2009 16:54:04 +0200 | 
blanchet | 
fixed the "expect" mechanism of Refute in the face of timeouts
 | 
file |
diff |
annotate
 |