src/Pure/pure_thy.ML
Wed, 29 Nov 2006 23:28:10 +0100 wenzelm added map/burrow_facts;
Wed, 29 Nov 2006 04:11:13 +0100 wenzelm added map/burrow_facts;
Tue, 28 Nov 2006 00:35:23 +0100 wenzelm added burrow_fact;
Sun, 26 Nov 2006 18:07:16 +0100 wenzelm updated (binder) syntax/notation;
Thu, 23 Nov 2006 22:38:32 +0100 wenzelm tuned;
Tue, 21 Nov 2006 18:07:35 +0100 wenzelm moved theorem kinds from PureThy to Thm;
Wed, 04 Oct 2006 14:14:33 +0200 haftmann *** empty log message ***
Thu, 21 Sep 2006 19:04:20 +0200 wenzelm member (op =);
Tue, 11 Jul 2006 12:16:54 +0200 wenzelm replaced Term.variant(list) by Name.variant(_list);
Sat, 08 Jul 2006 12:54:45 +0200 wenzelm tuned exception handling;
Mon, 05 Jun 2006 21:54:21 +0200 wenzelm support embedded terms;
Sat, 13 May 2006 02:51:40 +0200 wenzelm added add_defs_unchecked(_i);
Fri, 05 May 2006 21:59:45 +0200 wenzelm added syntax for _type_constraint_;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Thu, 13 Apr 2006 12:01:04 +0200 wenzelm moved print_theorems/theory to Isar/proof_display.ML;
Mon, 10 Apr 2006 00:33:49 +0200 wenzelm Term.itselfT;
Tue, 21 Mar 2006 12:18:15 +0100 wenzelm avoid polymorphic equality;
Wed, 22 Feb 2006 22:18:39 +0100 wenzelm simplified Pure conjunction, based on actual const;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Sun, 29 Jan 2006 19:23:45 +0100 wenzelm proper order of trfuns;
Fri, 27 Jan 2006 19:03:07 +0100 wenzelm moved theorem tags from Drule to PureThy;
Wed, 25 Jan 2006 00:21:36 +0100 wenzelm export name_multi;
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:18 +0100 wenzelm setup: theory -> theory;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Fri, 13 Jan 2006 01:13:03 +0100 wenzelm generic_setup: optional argument, defaults to Context.setup();
Sat, 07 Jan 2006 23:27:53 +0100 wenzelm gen_names: preserve empty names;
Fri, 16 Dec 2005 09:00:11 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Fri, 09 Dec 2005 09:06:45 +0100 haftmann oriented result pairs in PureThy
Tue, 06 Dec 2005 09:04:09 +0100 haftmann re-oriented some result tuples in PureThy
Fri, 28 Oct 2005 22:27:59 +0200 wenzelm datatype thmref: added Fact;
Wed, 19 Oct 2005 21:52:43 +0200 wenzelm added thm(s) retrieval functions (from goals.ML);
Thu, 29 Sep 2005 00:58:56 +0200 wenzelm Theory.add_finals_i;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:17:06 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Tue, 13 Sep 2005 22:19:26 +0200 wenzelm added generic_setup, add_oracle (from isar_thy.ML);
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Sun, 28 Aug 2005 16:04:46 +0200 wenzelm export theorems_of;
Mon, 01 Aug 2005 19:20:41 +0200 wenzelm Compress.init_data;
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Wed, 06 Jul 2005 20:00:29 +0200 wenzelm tuned forall_elim_var(s): avoid expensive Term.add_vars;
Wed, 22 Jun 2005 19:41:22 +0200 wenzelm renamed init to init_data;
Tue, 21 Jun 2005 09:51:59 +0200 wenzelm enter_thms: use theorem database of thy *after* attribute application;
Mon, 20 Jun 2005 22:14:07 +0200 wenzelm datatype thmref = Name ... | NameSelection ...;
Fri, 17 Jun 2005 18:33:26 +0200 wenzelm added theorem_space;
Thu, 09 Jun 2005 12:03:23 +0200 wenzelm thms_of no longer global;
Tue, 31 May 2005 11:53:23 +0200 wenzelm renamed cond_extern to extern;
Sun, 22 May 2005 16:51:11 +0200 wenzelm added string_of_thmref, selections, fact_index_of, valid_thms;
Tue, 17 May 2005 10:19:46 +0200 wenzelm moved credit to CONTRIBUTORS;
Mon, 16 May 2005 09:35:05 +0200 kleing searching for thms by combination of criteria (intro, elim, dest, name, term pattern)
Fri, 29 Apr 2005 11:42:46 +0200 kleing credits
Fri, 29 Apr 2005 11:22:41 +0200 kleing new thms_containing that searches for patterns instead of constants
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Thu, 21 Apr 2005 19:12:03 +0200 berghofe - Eliminated nodup_vars check.
Wed, 13 Apr 2005 18:47:43 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
Mon, 11 Apr 2005 12:34:34 +0200 ballarin First release of interpretation commands.
Thu, 24 Mar 2005 17:03:37 +0100 ballarin Further work on interpretation commands. New command `interpret' for
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Thu, 10 Feb 2005 11:19:03 +0100 berghofe Fixed bug in select_thm.
Thu, 10 Feb 2005 10:43:57 +0100 berghofe Subscripts for theorem lists now start at 1.
Mon, 24 Jan 2005 17:56:18 +0100 berghofe Specific theorems in a named list of theorems can now be referred to
Wed, 08 Dec 2004 15:15:49 +0100 nipkow fixed bug in find functions that I introduced some time ago.
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Tue, 01 Jun 2004 12:33:50 +0200 wenzelm removed obsolete sort 'logic';
Mon, 26 Apr 2004 11:15:56 +0200 paulson commented
Wed, 14 Apr 2004 13:28:46 +0200 wenzelm renamed have_thms to note_thms;
Wed, 11 Feb 2004 17:39:00 +0100 berghofe Removed "duplicate fact binding" error message.
Thu, 09 Oct 2003 18:13:32 +0200 skalberg Added support for making constants final, that is, ensuring that no
Mon, 03 Feb 2003 11:06:06 +0100 berghofe Moved find_intros_goal from goals.ML to pure_thy.ML
Wed, 13 Nov 2002 15:35:15 +0100 berghofe Fixed name clash problem in forall_elim_var.
Mon, 21 Oct 2002 17:11:29 +0200 berghofe Removed flexpair_def.
Mon, 14 Oct 2002 10:44:32 +0200 nipkow Ported find_intro/elim to Isar.
Tue, 27 Aug 2002 16:41:01 +0200 wenzelm disallow duplicate fact bindings for drafts (i.e. within new-style theory files);
Fri, 26 Jul 2002 21:07:57 +0200 wenzelm tuned;
Tue, 02 Jul 2002 15:38:48 +0200 wenzelm improved thms_containing (use FactIndex.T etc.);
Thu, 07 Feb 2002 11:07:03 +0100 berghofe Theorems are only "pre-named" if the do not already have names.
Fri, 11 Jan 2002 00:29:54 +0100 wenzelm have_thmss vs. have_thmss_i;
Thu, 10 Jan 2002 01:12:01 +0100 wenzelm added hide_thms;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Tue, 20 Nov 2001 20:56:42 +0100 wenzelm trfuns *after* binder syntax;
Mon, 19 Nov 2001 17:38:09 +0100 berghofe Further restructuring of theorem naming functions.
Sun, 11 Nov 2001 21:31:35 +0100 wenzelm renamed open_smart_store_thms to smart_store_thms_open;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Wed, 31 Oct 2001 19:37:04 +0100 berghofe - enter_thmx -> enter_thms
Fri, 28 Sep 2001 19:23:07 +0200 wenzelm internal thm numbering with ":" instead of "_";
Fri, 31 Aug 2001 16:11:20 +0200 berghofe Added equality axioms and initialization of proof term package.
Wed, 13 Dec 2000 17:43:33 +0100 wenzelm eliminated GOAL syntax;
Sun, 12 Nov 2000 14:35:41 +0100 wenzelm Syntax.pure_appl_syntax declared as output syntax for theory ProtoPure;
Sun, 17 Sep 2000 22:21:31 +0200 wenzelm Display.pretty_thm_sg;
Sat, 02 Sep 2000 21:52:15 +0200 wenzelm added get_thm_closure;
Wed, 09 Aug 2000 21:00:22 +0200 wenzelm added get_thms_closure, single_thm;
Fri, 04 Aug 2000 22:58:53 +0200 wenzelm dummy_pattern moved to term.ML;
Thu, 13 Jul 2000 23:14:49 +0200 wenzelm add_defs(_i): overloaded option;
Tue, 04 Jul 2000 01:11:42 +0200 wenzelm added "nothing" (empty list of theorems);
Sat, 01 Jul 2000 19:40:46 +0200 wenzelm print_theorems: omit name space;
Thu, 29 Jun 2000 22:29:46 +0200 wenzelm have_thmss: handle multiple lists of arguments;
Wed, 31 May 2000 14:26:46 +0200 wenzelm get_thm(s): automatic transfer;
Mon, 17 Apr 2000 13:57:55 +0200 wenzelm Pretty.chunks;
Mon, 13 Mar 2000 12:25:16 +0100 wenzelm add_thms, add_axioms, add_defs: return theorems as well;
Mon, 29 Nov 1999 15:52:49 +0100 wenzelm Goal: tuned pris;
Wed, 27 Oct 1999 17:09:05 +0200 wenzelm dummy_pattern: aprop;
Thu, 21 Oct 1999 18:42:38 +0200 wenzelm forall_elim_var(s) move here from drule.ML;
Fri, 08 Oct 1999 16:16:51 +0200 wenzelm theorem database now also indexes constants "Trueprop", "all",
Wed, 06 Oct 1999 14:03:51 +0200 wenzelm fixed naming of single axioms;
Mon, 06 Sep 1999 16:56:01 +0200 wenzelm removed thms_closure (unused);
Sat, 04 Sep 1999 21:02:19 +0200 wenzelm eliminated default_name (thms no longer stored for name "");
Wed, 01 Sep 1999 21:04:59 +0200 wenzelm smart_store_thms;
Thu, 19 Aug 1999 12:47:45 +0200 wenzelm tuned Goal syntax;
Mon, 12 Jul 1999 22:23:31 +0200 wenzelm thms_containing: undeclared consts error;
Mon, 28 Jun 1999 21:41:02 +0200 wenzelm cond_extern_table;
Fri, 04 Jun 1999 19:51:56 +0200 wenzelm fixed BUG in have_thmss: return thy';
Fri, 21 May 1999 16:22:39 +0200 wenzelm avoid string constants;
Fri, 21 May 1999 11:38:23 +0200 wenzelm backup replaced by checkpoint;
Mon, 17 May 1999 21:31:47 +0200 wenzelm backup operation replaces transaction;
Tue, 04 May 1999 13:32:53 +0200 wenzelm transaction: Theory.copy;
Sat, 01 May 1999 00:10:05 +0200 wenzelm renamed 'dummy' to 'dummy_pattern' (less dangerous);
Fri, 30 Apr 1999 18:01:55 +0200 wenzelm theory data: copy;
less more (0) -120 tip