src/Pure/Tools/find_theorems.ML
Thu, 18 Apr 2013 17:07:01 +0200 wenzelm simplifier uses proper Proof.context instead of historic type simpset;
Tue, 09 Apr 2013 15:29:25 +0200 wenzelm discontinued Toplevel.no_timing complication -- also recovers timing of diagnostic commands, e.g. 'find_theorems';
Mon, 26 Nov 2012 16:28:22 +0100 wenzelm clarified status of Legacy_XML_Syntax, despite lack of Proofterm_XML;
Mon, 26 Nov 2012 14:43:28 +0100 wenzelm tuned command descriptions;
Wed, 17 Oct 2012 10:46:14 +0200 wenzelm more formal markup;
Thu, 02 Aug 2012 12:36:54 +0200 wenzelm more official command specifications, including source position;
Sat, 17 Mar 2012 10:54:15 +0100 wenzelm slightly more parallel find_theorems;
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Mon, 27 Feb 2012 20:33:18 +0100 wenzelm tuned;
Mon, 27 Feb 2012 20:23:57 +0100 wenzelm removed broken/unused introiff (cf. d452117ba564);
Mon, 27 Feb 2012 19:54:50 +0100 wenzelm discontinued slightly odd built-in timing (cf. 53fd5cc685b4) -- the Isar toplevel does that already (e.g. via Toplevel.timing or Toplevel.profiling);
Mon, 27 Feb 2012 17:39:34 +0100 wenzelm prefer uniform Timing.message -- avoid assumption about sequential execution;
Tue, 12 Jul 2011 10:44:30 +0200 wenzelm tuned XML modules;
Sun, 10 Jul 2011 20:59:04 +0200 wenzelm inner syntax supports inlined YXML according to Term_XML (particularly useful for producing text under program control);
Sun, 10 Jul 2011 13:51:21 +0200 wenzelm simplified XML_Data;
Fri, 01 Jul 2011 16:05:38 +0200 wenzelm tuned layout;
Mon, 30 May 2011 17:07:48 +0200 krauss parameterize print_theorems over actual search function
Mon, 30 May 2011 17:07:48 +0200 krauss (de)serialization for search query and result
Mon, 30 May 2011 17:07:48 +0200 krauss explicit type for search queries
Mon, 30 May 2011 17:07:48 +0200 krauss moved questionable goal modification out of filter_theorems
Mon, 30 May 2011 17:07:48 +0200 krauss exported raw query parser; removed inconsistent clone
Mon, 30 May 2011 17:07:48 +0200 krauss separate query parsing from actual search
Tue, 03 May 2011 22:27:32 +0200 wenzelm more conventional naming scheme: names_long, names_short, names_unique;
Sat, 16 Apr 2011 15:47:52 +0200 wenzelm modernized structure Proof_Context;
Sat, 16 Apr 2011 13:48:45 +0200 wenzelm Name_Space: proper configuration options long_names, short_names, unique_names instead of former unsynchronized references;
Sun, 20 Mar 2011 21:28:11 +0100 wenzelm structure Timing: covers former start_timing/end_timing and Output.timeit etc;
Fri, 25 Feb 2011 16:57:44 +0100 krauss reactivate time measurement (partly reverting c27b0b37041a);
Fri, 25 Feb 2011 16:57:43 +0100 krauss generalize find_theorems filters to work on raw propositions, too
Fri, 25 Feb 2011 12:16:18 +0100 noschinl Refactor find_theorems to provide a more general filter_facts method
Wed, 23 Feb 2011 17:40:28 +0100 noschinl fix non-exhaustive pattern match in find_theorems
Mon, 20 Sep 2010 16:05:25 +0200 wenzelm renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
Wed, 11 Aug 2010 18:03:02 +0200 wenzelm misc tuning and simplification;
Wed, 11 Aug 2010 17:50:29 +0200 wenzelm simplified/unified command setup;
Sat, 15 May 2010 23:40:00 +0200 wenzelm renamed structure OuterSyntax to Outer_Syntax, keeping the old name as alias for some time;
Sat, 15 May 2010 23:16:32 +0200 wenzelm refer directly to structure Keyword and Parse;
Sun, 07 Mar 2010 12:19:47 +0100 wenzelm modernized structure Object_Logic;
Sat, 27 Feb 2010 23:13:01 +0100 wenzelm modernized structure Term_Ord;
Mon, 14 Dec 2009 16:35:00 +0100 haftmann avoid negative indices as argument ot drop
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Sun, 29 Nov 2009 12:56:30 +1100 kleing Expand nested abbreviations before applying dummy patterns.
Mon, 02 Nov 2009 19:56:06 +0100 wenzelm observe usual naming conventions;
Mon, 02 Nov 2009 16:44:18 +0100 krauss find_theorems: respect conceal flag
Thu, 29 Oct 2009 11:56:02 +0100 wenzelm less hermetic ML;
Wed, 28 Oct 2009 22:02:53 +0100 wenzelm renamed Proof.flat_goal to Proof.simple_goal;
Sat, 24 Oct 2009 19:47:37 +0200 wenzelm renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
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 16:41:22 +1100 kleing find_theorems: better handling of abbreviations (by Timothy Bourke)
Tue, 20 Oct 2009 20:54:31 +0200 wenzelm uniform use of Integer.min/max;
Fri, 02 Oct 2009 22:02:11 +0200 wenzelm replaced Proof.get_goal state by Proof.flat_goal state, which provides the standard view on goals for (semi)automated tools;
Thu, 01 Oct 2009 00:32:00 +0200 wenzelm misc tuning and simplification;
Tue, 29 Sep 2009 11:49:22 +0200 wenzelm explicit indication of Unsynchronized.ref;
Thu, 23 Jul 2009 18:44:09 +0200 wenzelm renamed simpset_of to global_simpset_of, and local_simpset_of to simpset_of -- same for claset and clasimpset;
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Wed, 17 Jun 2009 17:07:26 +0200 wenzelm more detailed start_timing/end_timing;
Wed, 17 Jun 2009 15:14:48 +0200 wenzelm minor tuning according to Isabelle/ML conventions;
Wed, 06 May 2009 10:55:47 +1000 Timothy Bourke Prototype introiff option for find_theorems.
Tue, 31 Mar 2009 20:40:25 +0200 wenzelm superficial tuning;
less more (0) -60 tip