src/Pure/pure_thy.ML
Thu, 30 Nov 2006 14:17:31 +0100 wenzelm Theory.merge_list;
Wed, 29 Nov 2006 23:33:09 +0100 wenzelm *** bad commit -- reverted to previous version ***
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.
less more (0) -100 -60 tip