src/Pure/Isar/proof_context.ML
Sun, 22 Jan 2006 18:46:00 +0100 wenzelm added restore_body;
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Mon, 16 Jan 2006 21:55:17 +0100 wenzelm case_result: drop_schematic, i.e. be permissive about illegal binds;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Fri, 13 Jan 2006 01:13:16 +0100 wenzelm uniform handling of fixes: read/cert_vars, add_fixes(_i), body flag;
Sat, 07 Jan 2006 23:28:00 +0100 wenzelm added infer_type, declared_type;
Sat, 07 Jan 2006 12:26:35 +0100 wenzelm support nested cases;
Thu, 22 Dec 2005 00:29:08 +0100 wenzelm cases: main is_proper flag;
Sat, 17 Dec 2005 01:00:40 +0100 wenzelm sort_distinct;
Fri, 16 Dec 2005 09:00:11 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Thu, 08 Dec 2005 20:16:10 +0100 wenzelm removed Syntax.deskolem;
Fri, 02 Dec 2005 22:54:50 +0100 wenzelm removed fixed_tr: now handled in syntax module;
Wed, 30 Nov 2005 22:52:50 +0100 wenzelm match_bind(_i): return terms;
Fri, 25 Nov 2005 18:58:42 +0100 wenzelm revert_skolem: fall back on Syntax.deskolem;
Sat, 19 Nov 2005 14:21:08 +0100 wenzelm Goal.norm_hhf_protected;
Wed, 16 Nov 2005 17:45:33 +0100 wenzelm added revert_skolem, mk_def, add_def;
Thu, 10 Nov 2005 20:57:22 +0100 wenzelm moved find_free to term.ML;
Wed, 09 Nov 2005 16:26:53 +0100 wenzelm tvars_intr_list: natural argument order;
Tue, 08 Nov 2005 10:43:13 +0100 wenzelm removed export_plain;
Fri, 28 Oct 2005 22:32:55 +0200 wenzelm lthms_containing: not o valid_thms;
Fri, 28 Oct 2005 22:28:15 +0200 wenzelm added fact_tac, some_fact_tac;
Fri, 21 Oct 2005 18:14:57 +0200 wenzelm Goal.norm_hhf_rule;
Sat, 15 Oct 2005 00:08:09 +0200 wenzelm note_thmss, read/cert_vars etc.: natural argument order;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Sat, 17 Sep 2005 12:18:07 +0200 wenzelm added auto_fix (from proof.ML);
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Wed, 14 Sep 2005 22:04:35 +0200 wenzelm tuned;
Tue, 13 Sep 2005 22:19:45 +0200 wenzelm added add_view, export_view (supercedes adhoc view arguments);
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Tue, 16 Aug 2005 13:42:43 +0200 wenzelm added transfer;
Mon, 01 Aug 2005 19:20:46 +0200 wenzelm Thm.full_prop_of;
Thu, 28 Jul 2005 15:20:05 +0200 wenzelm Sign.typ_unify;
Tue, 19 Jul 2005 20:47:01 +0200 wenzelm Inttab.defined;
Fri, 15 Jul 2005 15:44:15 +0200 wenzelm tuned fold on terms;
Thu, 14 Jul 2005 19:28:34 +0200 wenzelm sys_error;
Wed, 13 Jul 2005 11:30:37 +0200 haftmann (fix for an accidental commit)
Wed, 13 Jul 2005 11:16:34 +0200 haftmann (intermediate commit)
Fri, 01 Jul 2005 22:35:41 +0200 wenzelm avoid polyeq;
Wed, 22 Jun 2005 19:41:28 +0200 wenzelm removed proof data (see Pure/context.ML);
Mon, 20 Jun 2005 22:14:15 +0200 wenzelm thmref: Name vs. NameSelection;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Thu, 09 Jun 2005 12:03:35 +0200 wenzelm renamed extern to extern_thm;
Tue, 31 May 2005 11:53:38 +0200 wenzelm renamed cond_extern to extern;
Sun, 22 May 2005 16:51:19 +0200 wenzelm moved everything related to thms_containing to find_theorems.ML;
Tue, 17 May 2005 18:10:31 +0200 wenzelm tuned;
Tue, 17 May 2005 10:19:45 +0200 wenzelm moved credit to CONTRIBUTORS;
Tue, 17 May 2005 01:24:19 +0200 kleing use Drule.vars_of_terms
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:13:03 +0200 berghofe Adapted to new interface of instantiation and unification / matching functions.
Sun, 17 Apr 2005 19:38:53 +0200 wenzelm binds/thms: do not store options, but delete from table;
Sat, 16 Apr 2005 18:57:39 +0200 wenzelm Syntax.mk_trfun;
Fri, 15 Apr 2005 12:00:00 +0200 ballarin Removed most of the atp interface from Pure.
Wed, 13 Apr 2005 18:51:28 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
less more (0) -100 -60 tip