src/HOL/Import/proof_kernel.ML
Wed, 25 Jun 2008 17:38:32 +0200 moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
Thu, 12 Jun 2008 23:12:54 +0200 use regular error function;
Sun, 18 May 2008 15:04:09 +0200 moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 13:54:30 +0200 structure Display: less pervasive operations;
Sat, 12 Apr 2008 17:00:35 +0200 rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 20 Mar 2008 00:20:44 +0100 simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 renamed datatype thmref to Facts.ref, tuned interfaces;
Thu, 11 Oct 2007 19:10:17 +0200 moved Drule.unvarify to Thm.unvarify (cf. more_thm.ML);
Tue, 25 Sep 2007 17:06:14 +0200 proper Sign operations instead of Theory aliases;
Tue, 25 Sep 2007 13:28:37 +0200 Syntax.parse/check/read;
Tue, 18 Sep 2007 18:05:37 +0200 simplified PrintMode interfaces;
Tue, 18 Sep 2007 16:08:00 +0200 simplified type int (eliminated IntInf.int, integer);
Sun, 15 Apr 2007 23:25:50 +0200 removed obsolete TypeInfer.logicT -- use dummyT;
Sun, 15 Apr 2007 14:31:47 +0200 Thm.fold_terms;
Sat, 14 Apr 2007 17:35:52 +0200 cleaned/simplified Sign.read_typ, Thm.read_cterm etc.;
Wed, 04 Apr 2007 23:29:33 +0200 rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 04 Oct 2006 14:17:38 +0200 insert replacing ins ins_int ins_string
Wed, 06 Sep 2006 10:01:04 +0200 TypedefPackage.add_typedef_* now yields name of introduced type constructor
Wed, 02 Aug 2006 22:26:37 +0200 removed obsolete Drule.frees/vars_of etc.;
Tue, 04 Jul 2006 19:49:49 +0200 Thm.varifyT;
Tue, 13 Jun 2006 23:41:31 +0200 use Drule.unvarify instead of obsolete Drule.freeze_all;
Sat, 20 May 2006 23:36:55 +0200 List.partition;
Thu, 06 Apr 2006 16:13:17 +0200 cleanup in typedef/datatype package
Tue, 14 Mar 2006 22:06:31 +0100 string_of_mixfix;
Thu, 16 Feb 2006 14:59:57 +0100 cache improvements
Thu, 16 Feb 2006 04:17:19 +0100 variable counter is now also cached
Thu, 16 Feb 2006 03:23:57 +0100 adapted to kernel changes
Wed, 15 Feb 2006 23:57:06 +0100 fixed bugs, added caching
Mon, 06 Feb 2006 20:58:54 +0100 Envir.(beta_)eta_contract;
Sat, 21 Jan 2006 23:02:14 +0100 simplified type attribute;
Sat, 14 Jan 2006 17:14:06 +0100 sane ERROR handling;
Thu, 22 Dec 2005 12:27:10 +0100 Fixed a use of an outdated Substring function
Tue, 06 Dec 2005 09:04:09 +0100 re-oriented some result tuples in PureThy
Fri, 21 Oct 2005 18:14:38 +0200 OldGoals;
Wed, 19 Oct 2005 21:52:29 +0200 replaced commafy by existing commas;
Tue, 18 Oct 2005 17:59:27 +0200 Simplifier.theory_context;
Mon, 26 Sep 2005 19:19:14 +0200 moved disambiguate_frees to ProofKernel;
Mon, 26 Sep 2005 16:10:19 +0200 Release HOL4 and HOLLight Importer.
Mon, 26 Sep 2005 02:27:14 +0200 fixed disambiguation problem
Sat, 24 Sep 2005 23:55:17 +0200 set show_types and show_sorts during import
Sat, 24 Sep 2005 13:26:40 +0200 remove debug clutter
Sat, 24 Sep 2005 10:47:22 +0200 bug fix
Fri, 23 Sep 2005 22:49:25 +0200 fix
Fri, 23 Sep 2005 20:13:54 +0200 1) fixed bug in type_introduction: first stage uses different namespace than second stage
Fri, 23 Sep 2005 10:01:14 +0200 replay type_introduction fix
Fri, 23 Sep 2005 00:52:13 +0200 add debug messages
Mon, 19 Sep 2005 22:35:39 +0200 maybe the last bug fix (sigh)?
Sat, 17 Sep 2005 11:49:29 +0200 1) mapped .. and == constants
Fri, 16 Sep 2005 21:02:15 +0200 fixed HOL-light/Isabelle syntax incompatability via more protect_xxx functions
Thu, 15 Sep 2005 17:16:56 +0200 TableFun/Symtab: curried lookup and update;
Wed, 14 Sep 2005 19:03:16 +0200 Fixed Importer bug in type_introduction: instantiate type variables in rep-abs theorems exactly as it is done in HOL-light.
Tue, 13 Sep 2005 17:05:59 +0200 fixed INST: has same semantic now as INST_TYPE for repetitions
Mon, 12 Sep 2005 22:07:07 +0200 removed clutter
Mon, 12 Sep 2005 17:29:07 +0200 introduced internal function hthm2thm
Mon, 12 Sep 2005 15:52:00 +0200 Added HOLLight support to importer.
Mon, 20 Jun 2005 22:13:59 +0200 get_thm(s): Name;
Fri, 17 Jun 2005 18:33:12 +0200 refer to HOL4_PROOFS setting;
Sat, 11 Jun 2005 22:15:47 +0200 renamed Sign.intern_tycon to Sign.intern_type;
Thu, 21 Apr 2005 18:57:18 +0200 Adapted to new interface of instantiation and unification / matching functions.
Fri, 01 Apr 2005 18:59:17 +0200 Updated import configuration.