| Mon, 06 Sep 2010 19:13:10 +0200 | 
wenzelm | 
more antiquotations;
 | 
file |
diff |
annotate
 | 
| Sun, 05 Sep 2010 23:16:21 +0200 | 
wenzelm | 
turned show_brackets into proper configuration option;
 | 
file |
diff |
annotate
 | 
| Sun, 05 Sep 2010 21:41:24 +0200 | 
wenzelm | 
turned show_sorts/show_types into proper configuration options;
 | 
file |
diff |
annotate
 | 
| Fri, 03 Sep 2010 22:36:16 +0200 | 
wenzelm | 
configuration options Syntax.ambiguity_enabled (inverse of former Syntax.ambiguity_is_error), Syntax.ambiguity_level (with Isar attribute "syntax_ambiguity_level"), Syntax.ambiguity_limit;
 | 
file |
diff |
annotate
 | 
| Fri, 03 Sep 2010 17:43:44 +0200 | 
wenzelm | 
turned show_all_types into proper configuration option;
 | 
file |
diff |
annotate
 | 
| Sat, 28 Aug 2010 16:14:32 +0200 | 
haftmann | 
formerly unnamed infix equality now named HOL.eq
 | 
file |
diff |
annotate
 | 
| Fri, 27 Aug 2010 10:56:46 +0200 | 
haftmann | 
formerly unnamed infix conjunction and disjunction now named HOL.conj and HOL.disj
 | 
file |
diff |
annotate
 | 
| Thu, 26 Aug 2010 20:51:17 +0200 | 
haftmann | 
formerly unnamed infix impliciation now named HOL.implies
 | 
file |
diff |
annotate
 | 
| Thu, 19 Aug 2010 16:08:54 +0200 | 
haftmann | 
more antiquotations
 | 
file |
diff |
annotate
 | 
| Thu, 19 Aug 2010 12:11:57 +0200 | 
haftmann | 
use HOLogic.boolT and @{typ bool} more pervasively
 | 
file |
diff |
annotate
 | 
| Thu, 19 Aug 2010 11:02:14 +0200 | 
haftmann | 
use antiquotations for remaining unqualified constants in HOL
 | 
file |
diff |
annotate
 | 
| Tue, 20 Jul 2010 23:09:49 +0200 | 
wenzelm | 
discontinued pervasive val theory = Thy_Info.get_theory -- prefer antiquotations in most situations;
 | 
file |
diff |
annotate
 | 
| Mon, 12 Jul 2010 20:21:39 +0200 | 
wenzelm | 
do not intercept ML exceptions -- printing exception positions/text is the job of the Isar/ML toplevel;
 | 
file |
diff |
annotate
 | 
| Thu, 01 Jul 2010 16:54:42 +0200 | 
haftmann | 
qualified constants Set.member and Set.Collect
 | 
file |
diff |
annotate
 | 
| Fri, 11 Jun 2010 17:14:01 +0200 | 
haftmann | 
avoid references to old constdefs
 | 
file |
diff |
annotate
 | 
| Thu, 27 May 2010 18:10:37 +0200 | 
wenzelm | 
renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
 | 
file |
diff |
annotate
 | 
| Thu, 27 May 2010 17:41:27 +0200 | 
wenzelm | 
renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
 | 
file |
diff |
annotate
 | 
| Mon, 17 May 2010 23:54:15 +0200 | 
wenzelm | 
prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
 | 
file |
diff |
annotate
 | 
| Sat, 15 May 2010 21:50:05 +0200 | 
wenzelm | 
less pervasive names from structure Thm;
 | 
file |
diff |
annotate
 | 
| Wed, 05 May 2010 18:25:34 +0200 | 
haftmann | 
farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
 | 
file |
diff |
annotate
 | 
| Mon, 03 May 2010 16:26:47 +0200 | 
wenzelm | 
minor tuning of Thm.strip_shyps -- no longer pervasive;
 | 
file |
diff |
annotate
 | 
| Mon, 03 May 2010 14:25:56 +0200 | 
wenzelm | 
renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
 | 
file |
diff |
annotate
 | 
| Thu, 29 Apr 2010 22:56:32 +0200 | 
wenzelm | 
proper context for mksimps etc. -- via simpset of the running Simplifier;
 | 
file |
diff |
annotate
 | 
| Sat, 27 Mar 2010 21:38:38 +0100 | 
wenzelm | 
Typedef.info: separate global and local part, only the latter is transformed by morphisms;
 | 
file |
diff |
annotate
 | 
| Sat, 20 Mar 2010 17:33:11 +0100 | 
wenzelm | 
renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
 | 
file |
diff |
annotate
 | 
| Fri, 19 Mar 2010 00:47:23 +0100 | 
wenzelm | 
typedef etc.: no constraints;
 | 
file |
diff |
annotate
 | 
| Sat, 13 Mar 2010 14:43:04 +0100 | 
wenzelm | 
global typedef;
 | 
file |
diff |
annotate
 | 
| Fri, 26 Feb 2010 23:05:47 +0100 | 
wenzelm | 
use simplified Syntax.escape;
 | 
file |
diff |
annotate
 | 
| Fri, 19 Feb 2010 16:11:45 +0100 | 
wenzelm | 
renamed Simplifier.theory_context to Simplifier.global_context to emphasize that this is not the real thing;
 | 
file |
diff |
annotate
 | 
| Thu, 29 Oct 2009 23:56:33 +0100 | 
wenzelm | 
eliminated some old folds;
 | 
file |
diff |
annotate
 | 
| Wed, 21 Oct 2009 08:16:25 +0200 | 
haftmann | 
merged
 | 
file |
diff |
annotate
 | 
| Wed, 21 Oct 2009 08:14:38 +0200 | 
haftmann | 
dropped redundant gen_ prefix
 | 
file |
diff |
annotate
 | 
| Tue, 20 Oct 2009 16:13:01 +0200 | 
haftmann | 
replaced old_style infixes eq_set, subset, union, inter and variants by generic versions
 | 
file |
diff |
annotate
 | 
| Wed, 21 Oct 2009 00:36:12 +0200 | 
wenzelm | 
standardized basic operations on type option;
 | 
file |
diff |
annotate
 | 
| Sat, 17 Oct 2009 15:57:51 +0200 | 
wenzelm | 
indicate CRITICAL nature of various setmp combinators;
 | 
file |
diff |
annotate
 | 
| Thu, 15 Oct 2009 23:10:35 +0200 | 
wenzelm | 
space_implode;
 | 
file |
diff |
annotate
 | 
| Thu, 15 Oct 2009 16:15:22 +0200 | 
wenzelm | 
sort_strings (cf. Pure/library.ML);
 | 
file |
diff |
annotate
 | 
| Tue, 29 Sep 2009 16:24:36 +0200 | 
wenzelm | 
explicit indication of Unsynchronized.ref;
 | 
file |
diff |
annotate
 | 
| Fri, 28 Aug 2009 21:04:03 +0200 | 
wenzelm | 
modernized messages -- eliminated ctyp/cterm operations;
 | 
file |
diff |
annotate
 | 
| Fri, 24 Jul 2009 22:31:27 +0200 | 
wenzelm | 
ML_Context.the_local_context;
 | 
file |
diff |
annotate
 | 
| Fri, 24 Jul 2009 21:02:34 +0200 | 
wenzelm | 
explicit OldGoals;
 | 
file |
diff |
annotate
 | 
| Tue, 21 Jul 2009 01:03:18 +0200 | 
wenzelm | 
proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
 | 
file |
diff |
annotate
 | 
| Mon, 06 Jul 2009 21:24:30 +0200 | 
wenzelm | 
structure Thm: less pervasive names;
 | 
file |
diff |
annotate
 | 
| Fri, 19 Jun 2009 17:23:21 +0200 | 
haftmann | 
discontinued ancient tradition to suffix certain ML module names with "_package"
 | 
file |
diff |
annotate
 | 
| Wed, 11 Mar 2009 15:56:49 +0100 | 
haftmann | 
stripped dead code
 | 
file |
diff |
annotate
 | 
| Sat, 07 Mar 2009 23:30:58 +0100 | 
wenzelm | 
minimal adaptions for abstract binding type;
 | 
file |
diff |
annotate
 | 
| Sun, 01 Mar 2009 23:36:12 +0100 | 
wenzelm | 
use long names for old-style fold combinators;
 | 
file |
diff |
annotate
 | 
| Wed, 21 Jan 2009 18:27:43 +0100 | 
haftmann | 
binding replaces bstring
 | 
file |
diff |
annotate
 | 
| Thu, 01 Jan 2009 14:23:39 +0100 | 
wenzelm | 
eliminated OldTerm.(add_)term_consts;
 | 
file |
diff |
annotate
 | 
| Wed, 31 Dec 2008 20:31:36 +0100 | 
wenzelm | 
eliminated OldTerm.add_term_free_names;
 | 
file |
diff |
annotate
 | 
| Wed, 31 Dec 2008 18:53:16 +0100 | 
wenzelm | 
moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
 | 
file |
diff |
annotate
 | 
| Wed, 31 Dec 2008 00:08:13 +0100 | 
wenzelm | 
moved old add_term_vars, add_term_frees etc. to structure OldTerm;
 | 
file |
diff |
annotate
 | 
| Thu, 04 Dec 2008 14:43:33 +0100 | 
haftmann | 
cleaned up binding module and related code
 | 
file |
diff |
annotate
 | 
| Thu, 23 Oct 2008 15:28:39 +0200 | 
wenzelm | 
Thm.def_name;
 | 
file |
diff |
annotate
 | 
| Wed, 22 Oct 2008 14:15:44 +0200 | 
haftmann | 
tuned typedef interface
 | 
file |
diff |
annotate
 | 
| Mon, 29 Sep 2008 11:46:47 +0200 | 
wenzelm | 
handle _ should be avoided (spurious Interrupt will spoil the game);
 | 
file |
diff |
annotate
 | 
| Tue, 29 Jul 2008 08:15:40 +0200 | 
haftmann | 
PureThy: dropped note_thmss_qualified, dropped _i suffix
 | 
file |
diff |
annotate
 | 
| Wed, 25 Jun 2008 17:38:32 +0200 | 
wenzelm | 
moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
 | 
file |
diff |
annotate
 | 
| Thu, 12 Jun 2008 23:12:54 +0200 | 
wenzelm | 
use regular error function;
 | 
file |
diff |
annotate
 | 
| Sun, 18 May 2008 15:04:09 +0200 | 
wenzelm | 
moved global pretty/string_of functions from Sign to Syntax;
 | 
file |
diff |
annotate
 |