src/Pure/Tools/find_theorems.ML
Fri, 14 Mar 2014 10:08:36 +0100 wenzelm just one cumulative Proof_Context.facts, with uniform retrieval (including PIDE markup, completion etc.);
Mon, 10 Mar 2014 10:04:26 +0100 wenzelm more direct Long_Name.qualification;
Sat, 22 Feb 2014 20:52:43 +0100 wenzelm support for completion within the formal context;
Sat, 22 Feb 2014 18:07:31 +0100 wenzelm removed remains of old experiment (see b933142e02d0);
Sat, 22 Feb 2014 17:13:30 +0100 wenzelm removed dead code;
Sat, 22 Feb 2014 16:58:02 +0100 wenzelm tuned signature;
Sat, 14 Dec 2013 17:28:05 +0100 wenzelm proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
Sat, 14 Sep 2013 20:57:22 +1000 kleing print find_thms result in reverse order so best result is on top
Sat, 14 Sep 2013 20:56:12 +1000 kleing more useful sorting of find_thms results
Mon, 12 Aug 2013 17:57:51 +0200 wenzelm clarified Query_Operation.register: avoid hard-wired parallel policy;
Sat, 10 Aug 2013 12:00:34 +0200 kleing prefer local facts over global ones
Sat, 10 Aug 2013 11:59:03 +0200 kleing use local context for name space
Fri, 09 Aug 2013 17:25:47 +0200 wenzelm enable search in pre-loaded theory;
Fri, 09 Aug 2013 16:17:48 +0200 wenzelm more GUI options;
Fri, 09 Aug 2013 15:49:50 +0200 wenzelm tuned signature;
Fri, 09 Aug 2013 15:14:59 +0200 wenzelm tuned;
Fri, 09 Aug 2013 00:04:47 +0200 wenzelm more explicit error;
Fri, 09 Aug 2013 00:02:18 +0200 wenzelm tuned message;
Thu, 08 Aug 2013 23:52:35 +0200 wenzelm removed unused YXML_Find_Theorems and Legacy_XML_Syntax;
Thu, 08 Aug 2013 23:34:52 +0200 wenzelm more robust read_query;
Mon, 05 Aug 2013 17:14:02 +0200 wenzelm slightly more general support for one-shot query operations via asynchronous print functions and temporary document overlay;
Mon, 05 Aug 2013 15:48:13 +0200 wenzelm more message markup, provided by prover;
Fri, 02 Aug 2013 22:46:54 +0200 wenzelm some actual find_theorems functionality;
Fri, 02 Aug 2013 22:17:53 +0200 wenzelm more general Output.result: allow to update arbitrary properties;
Fri, 02 Aug 2013 16:02:06 +0200 wenzelm minimal print function "find_theorems", which merely echos its arguments;
Tue, 30 Jul 2013 15:09:25 +0200 wenzelm type theory is purely value-oriented;
Thu, 18 Jul 2013 23:13:44 +0200 wenzelm modify background theory where it is actually required (cf. 51dfdcd88e84);
Thu, 18 Jul 2013 22:32:00 +0200 wenzelm tuned messages -- avoid text folds stemming from Pretty.chunks;
Thu, 18 Jul 2013 22:18:20 +0200 wenzelm proper system options for 'find_theorems';
Thu, 18 Jul 2013 22:00:35 +0200 wenzelm guard unify tracing via visible status of global theory;
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
less more (0) -60 tip