src/Pure/pure_thy.ML
Sat, 10 Jan 2009 16:55:46 +0100 wenzelm added cancel_proofs, based on task groups of "entered" proofs;
Sat, 10 Jan 2009 01:28:18 +0100 wenzelm tuned;
Sat, 10 Jan 2009 00:24:07 +0100 wenzelm simplified join_proofs;
Tue, 23 Dec 2008 19:27:42 +0100 wenzelm renamed terminal category "float" to "float_token", to avoid name
Sat, 06 Dec 2008 00:08:32 +0100 wenzelm renamed force_proofs to join_proofs;
Fri, 05 Dec 2008 00:23:37 +0100 wenzelm merged
Thu, 04 Dec 2008 23:02:52 +0100 wenzelm renamed type Lazy.T to lazy;
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
Sat, 29 Nov 2008 13:37:13 +0100 nipkow New lexical item "float".
Thu, 20 Nov 2008 19:06:03 +0100 haftmann fact table now using name bindings
Thu, 20 Nov 2008 14:55:25 +0100 haftmann using name bindings
Thu, 20 Nov 2008 00:03:47 +0100 wenzelm Pure syntax: more coherent treatment of aprop, permanent TERM and &&&;
Tue, 18 Nov 2008 18:25:49 +0100 wenzelm added force_proofs (based on thms ever passed through enter_thms);
Thu, 23 Oct 2008 15:28:01 +0200 wenzelm renamed Thm.get_axiom_i to Thm.axiom;
Thu, 16 Oct 2008 22:44:31 +0200 wenzelm added const sort_constraint with syntax SORT_CONSTRAINT -- logically vacous;
Tue, 02 Sep 2008 14:10:25 +0200 wenzelm name_thm etc.: pass position;
Thu, 14 Aug 2008 16:52:46 +0200 wenzelm moved basic thm operations from structure PureThy to Thm (cf. more_thm.ML);
Tue, 05 Aug 2008 13:31:35 +0200 wenzelm get_fact: report position;
Mon, 04 Aug 2008 20:27:38 +0200 wenzelm removed obsolete note_thms_cmd;
Tue, 29 Jul 2008 08:15:40 +0200 haftmann PureThy: dropped note_thmss_qualified, dropped _i suffix
Fri, 25 Jul 2008 12:03:36 +0200 haftmann dropped PureThy.note; added PureThy.add_thm
Sat, 14 Jun 2008 15:56:52 +0200 wenzelm removed old theorem database;
Sun, 18 May 2008 17:03:24 +0200 wenzelm theory Pure provides regular application syntax by default;
Wed, 16 Apr 2008 21:53:01 +0200 wenzelm renamed check_fact to defined_fact;
Wed, 16 Apr 2008 17:40:39 +0200 wenzelm removed obsolete get_fact_silent;
Tue, 15 Apr 2008 18:49:21 +0200 wenzelm added intern_fact, check_fact, hide_fact;
Tue, 15 Apr 2008 16:12:13 +0200 wenzelm moved forall_elim_var(s) to more_thm.ML;
Sat, 12 Apr 2008 17:00:35 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 03 Apr 2008 23:38:59 +0200 wenzelm removed obsolete add_axiomss(_i);
Sat, 29 Mar 2008 19:14:10 +0100 wenzelm eliminated destructive/critical theorem database;
Fri, 28 Mar 2008 22:39:42 +0100 wenzelm NAMED_CRITICAL;
Fri, 28 Mar 2008 20:02:04 +0100 wenzelm Context.>> : operate on Context.generic;
Fri, 28 Mar 2008 00:02:58 +0100 wenzelm tuned;
Thu, 27 Mar 2008 15:32:19 +0100 wenzelm removed obsolete appl_syntax, applC_syntax;
Thu, 27 Mar 2008 14:41:18 +0100 wenzelm eliminated theory ProtoPure;
Tue, 25 Mar 2008 21:01:01 +0100 wenzelm get fact: do not compare names;
Tue, 25 Mar 2008 19:39:59 +0100 wenzelm support dynamic facts;
Thu, 20 Mar 2008 17:38:54 +0100 wenzelm get_thms etc.: improved reporting of source position;
Thu, 20 Mar 2008 16:04:30 +0100 wenzelm Facts.Named: include position;
Thu, 20 Mar 2008 00:20:48 +0100 wenzelm simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 wenzelm renamed datatype thmref to Facts.ref, tuned interfaces;
Tue, 18 Mar 2008 21:57:35 +0100 wenzelm removed check_lookup;
Tue, 18 Mar 2008 21:27:25 +0100 wenzelm added ckeck_lookup flag (default false), which controls sanity check of thm lookup;
Mon, 17 Mar 2008 20:51:16 +0100 wenzelm Facts.add_global;
Sat, 15 Mar 2008 22:07:34 +0100 wenzelm get_thm(s): check facts lookup vs. old thm database;
Sat, 15 Mar 2008 18:08:02 +0100 wenzelm replaced obsolete FactIndex.T by Facts.T (cumulative version, assumes that facts are only added to unfinished theories);
Sun, 10 Feb 2008 20:49:42 +0100 wenzelm maintain default position;
Sat, 26 Jan 2008 17:08:40 +0100 wenzelm added theorem group operations;
Mon, 10 Dec 2007 11:24:17 +0100 haftmann added simple primitive note
Sat, 13 Oct 2007 17:16:41 +0200 wenzelm replaced obsolete Theory.add_finals_i by Theory.add_deps;
Thu, 11 Oct 2007 16:05:37 +0200 wenzelm removed obsolete simple_def;
Tue, 02 Oct 2007 22:23:30 +0200 wenzelm removed unused add_defss;
Mon, 01 Oct 2007 15:14:55 +0200 wenzelm NameSelection: more interval checks;
Sun, 30 Sep 2007 16:20:31 +0200 wenzelm Sign.add_consts_authentic: tags (Markup.property list);
Tue, 25 Sep 2007 17:06:18 +0200 wenzelm tuned functor application;
Mon, 27 Aug 2007 11:34:16 +0200 haftmann added simple definition scheme
Mon, 13 Aug 2007 18:10:20 +0200 wenzelm moved appl syntax to PureThy;
Fri, 03 Aug 2007 16:28:15 +0200 wenzelm replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
Sat, 28 Jul 2007 22:01:00 +0200 wenzelm removed dead code;
Mon, 23 Jul 2007 16:45:01 +0200 wenzelm marked some CRITICAL sections;
Sun, 08 Jul 2007 19:52:05 +0200 wenzelm thm tag: Markup.property list;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Thu, 26 Apr 2007 12:00:05 +0200 wenzelm renamed some old names Theory.xxx to Sign.xxx;
Mon, 26 Feb 2007 23:18:28 +0100 wenzelm Thm.internalK;
Mon, 26 Feb 2007 20:14:47 +0100 wenzelm removed obsolete theorem_space;
Tue, 06 Feb 2007 17:06:44 +0100 wenzelm added has_kind/get_kind;
Thu, 01 Feb 2007 20:40:34 +0100 wenzelm proper use of PureThy.has_name_hint instead of hard-wired string'';
Wed, 31 Jan 2007 20:06:24 +0100 aspinall Expose hard-wired string which was changed and broke Proof General.
Fri, 19 Jan 2007 22:08:19 +0100 wenzelm moved thm/thms to ml_context.ML;
Fri, 19 Jan 2007 13:09:33 +0100 wenzelm adapted ML context operations;
Sat, 30 Dec 2006 16:08:04 +0100 wenzelm added has_name_hint;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
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 ...;
less more (0) -120 tip