src/Pure/Isar/proof_context.ML
Mon, 31 May 2010 21:06:57 +0200 modernized some structure names, keeping a few legacy aliases;
Thu, 27 May 2010 17:41:27 +0200 renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
Mon, 03 May 2010 14:25:56 +0200 renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
Thu, 29 Apr 2010 22:08:57 +0200 read_const: disallow internal names as usual in visible Isar text;
Thu, 29 Apr 2010 16:55:22 +0200 ProofContext.read_const: allow for type constraint (for fixed variable);
Thu, 29 Apr 2010 11:05:13 +0200 allow mixfix syntax for fixes within a proof body -- should now work thanks to fully authentic syntax;
Wed, 28 Apr 2010 11:41:27 +0200 localized default sort;
Wed, 28 Apr 2010 11:13:11 +0200 more systematic naming of tsig operations;
Wed, 28 Apr 2010 10:51:34 +0200 get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred);
Tue, 27 Apr 2010 21:46:10 +0200 monotonic sort certification: sorts are no longer minimized at the kernel boundary, only when reading input from the end-user;
Thu, 15 Apr 2010 18:00:21 +0200 get_sort: suppress dummyS from input;
Tue, 09 Mar 2010 23:29:04 +0100 aliases for class/type/const;
Tue, 09 Mar 2010 14:35:02 +0100 added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
Sat, 06 Mar 2010 17:53:04 +0100 provide ProofContext.def_type depending on "pattern" mode;
Wed, 03 Mar 2010 00:28:22 +0100 authentic syntax for classes and type constructors;
Mon, 01 Mar 2010 17:07:36 +0100 more uniform treatment of syntax for types vs. consts;
Sat, 27 Feb 2010 20:51:51 +0100 clarified ProofContext.read_const(_proper)/Args.const(_proper) wrt. strict logical consts;
Thu, 25 Feb 2010 22:06:43 +0100 clarified ProofContext.read_type_name/Args.type_name wrt strict logical constructors;
Sun, 21 Feb 2010 22:35:02 +0100 slightly more abstract syntax mark/unmark operations;
Sun, 21 Feb 2010 21:08:25 +0100 authentic syntax for *all* term constants;
Thu, 18 Feb 2010 17:28:02 +0100 Use top-down rewriting to contract abbreviations.
Tue, 16 Feb 2010 11:59:05 +0100 simplified meaning of ProofContext.verbose;
Tue, 16 Feb 2010 11:27:29 +0100 misc tuning and simplification;
Mon, 15 Feb 2010 17:17:51 +0100 discontinued unnamed infix syntax;
Thu, 11 Feb 2010 22:03:37 +0100 added ML antiquotation @{syntax_const};
Tue, 02 Feb 2010 11:38:38 +0100 added support for nonstandard models to Nitpick (based on an idea by Koen Claessen) and did other fixes to Nitpick
Wed, 25 Nov 2009 09:13:46 +0100 normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 curried take/drop
Sun, 15 Nov 2009 19:45:05 +0100 eliminated obsolete thm position tags;
Thu, 12 Nov 2009 22:29:54 +0100 eliminated slightly odd (unused) "axiom" and "assumption" -- collapsed to unspecific "";
Mon, 09 Nov 2009 20:47:39 +0100 locale_const/target_notation: uniform use of Term.aconv_untyped;
Sun, 08 Nov 2009 16:30:41 +0100 adapted Generic_Data, Proof_Data;
Mon, 02 Nov 2009 20:48:08 +0100 modernized structure Local_Syntax;
Mon, 02 Nov 2009 20:45:23 +0100 modernized structure AutoBind;
Mon, 02 Nov 2009 20:30:40 +0100 modernized structure Context_Position;
Sun, 01 Nov 2009 15:24:45 +0100 modernized structure Rule_Cases;
Tue, 27 Oct 2009 13:24:40 +0100 ProofContext.setmp_verbose_CRITICAL;
Sun, 25 Oct 2009 21:35:46 +0100 eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
Sun, 25 Oct 2009 19:17:42 +0100 more direct access to naming;
Sun, 25 Oct 2009 12:27:21 +0100 allow name space entries to be "concealed" -- via binding/naming/local_theory;
Sat, 24 Oct 2009 19:47:37 +0200 renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
Tue, 20 Oct 2009 21:26:45 +0200 backpatching of structure Proof and ProofContext -- avoid odd aliases;
Sat, 17 Oct 2009 15:57:51 +0200 indicate CRITICAL nature of various setmp combinators;
Wed, 30 Sep 2009 22:20:58 +0200 eliminated redundant bindings;
Tue, 29 Sep 2009 11:49:22 +0200 explicit indication of Unsynchronized.ref;
Tue, 21 Jul 2009 00:56:19 +0200 moved ProofContext.pretty_thm to Display.pretty_thm etc.;
Fri, 17 Jul 2009 21:33:00 +0200 tuned/modernized Envir operations;
Tue, 14 Jul 2009 12:10:44 +0200 tuned prepare_patternT: Term.exists_subtype;
Tue, 31 Mar 2009 13:34:48 +0200 tuned error message;
Sat, 28 Mar 2009 17:53:33 +0100 renamed ProofContext.add_fixes_i to ProofContext.add_fixes, eliminated obsolete external version;
Sat, 28 Mar 2009 17:21:11 +0100 renamed ProofContext.note_thmss_i to ProofContext.note_thmss, eliminated obsolete external version;
Sat, 28 Mar 2009 17:08:18 +0100 tuned;
Sat, 28 Mar 2009 16:31:16 +0100 replaced add_binds(_i) by bind_terms -- internal version only;
Thu, 26 Mar 2009 15:18:50 +0100 pretty_thm_aux etc.: explicit show_status flag;
Sat, 21 Mar 2009 20:00:23 +0100 removed obsolete pprint operations;
Thu, 19 Mar 2009 13:28:55 +0100 use Name.of_binding for basic logical entities without name space (fixes, case names etc.);
Wed, 18 Mar 2009 21:55:38 +0100 de-camelized Symbol_Pos;
Tue, 17 Mar 2009 16:55:21 +0100 reverted abbreviations: improved performance via Item_Net.T;
Thu, 12 Mar 2009 15:54:58 +0100 Assumption.all_prems_of, Assumption.all_assms_of;
Thu, 12 Mar 2009 13:18:42 +0100 renamed sticky_prefix to mandatory_path;