Tue, 31 May 2005 11:53:42 +0200 ML Pure: name spaces have been refined;
wenzelm [Tue, 31 May 2005 11:53:42 +0200] rev 16151
ML Pure: name spaces have been refined; ML Pure: cases produced by proof methods specify options, NONE means to removee bindings;
Tue, 31 May 2005 11:53:41 +0200 moved is_ident to General/symbol.ML;
wenzelm [Tue, 31 May 2005 11:53:41 +0200] rev 16150
moved is_ident to General/symbol.ML;
Tue, 31 May 2005 11:53:40 +0200 Theory.restore_naming;
wenzelm [Tue, 31 May 2005 11:53:40 +0200] rev 16149
Theory.restore_naming; tuned fold;
Tue, 31 May 2005 11:53:39 +0200 make: T option -- actually remove undefined cases;
wenzelm [Tue, 31 May 2005 11:53:39 +0200] rev 16148
make: T option -- actually remove undefined cases; Logic.nth_prem; tuned;
Tue, 31 May 2005 11:53:38 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:38 +0200] rev 16147
renamed cond_extern to extern; support general naming context; added qualified_names, no_base_names, custom_accesses, restore_naming; removed qualified, restore_qualified; add_cases: RuleCases.T option; put_thms etc.: back to simple form, use naming context for extended functionality;
Tue, 31 May 2005 11:53:37 +0200 method_cases: RuleCases.T option;
wenzelm [Tue, 31 May 2005 11:53:37 +0200] rev 16146
method_cases: RuleCases.T option; goal cases: remove previous ones; invoke_case: ProofContext.no_base_names o ProofContext.qualified_names; undefined rule_context: remove instead of empty one; tuned;
Tue, 31 May 2005 11:53:36 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:36 +0200] rev 16145
renamed cond_extern to extern; Sign.declare_name replaces NameSpace.extend; (RAW_)METHOD_CASES: RuleCases.T option;
Tue, 31 May 2005 11:53:35 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:35 +0200] rev 16144
renamed cond_extern to extern; Sign.declare_name replaces NameSpace.extend; proper use of naming context; tuned rename_facts; note_thmss_registrations: avoid non-linear use of thy (via sign);
Tue, 31 May 2005 11:53:34 +0200 improved naming of complex theorems in presentation;
wenzelm [Tue, 31 May 2005 11:53:34 +0200] rev 16143
improved naming of complex theorems in presentation;
Tue, 31 May 2005 11:53:33 +0200 added short_names, unique_names options;
wenzelm [Tue, 31 May 2005 11:53:33 +0200] rev 16142
added short_names, unique_names options;
Tue, 31 May 2005 11:53:32 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:32 +0200] rev 16141
renamed cond_extern to extern; Sign.declare_name replaces NameSpace.extend;
Tue, 31 May 2005 11:53:31 +0200 added symbol scanner;
wenzelm [Tue, 31 May 2005 11:53:31 +0200] rev 16140
added symbol scanner;
Tue, 31 May 2005 11:53:30 +0200 remove(_multi): generalized type;
wenzelm [Tue, 31 May 2005 11:53:30 +0200] rev 16139
remove(_multi): generalized type;
Tue, 31 May 2005 11:53:29 +0200 added is_ident (from Syntax/lexicon.ML);
wenzelm [Tue, 31 May 2005 11:53:29 +0200] rev 16138
added is_ident (from Syntax/lexicon.ML);
Tue, 31 May 2005 11:53:28 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:28 +0200] rev 16137
renamed cond_extern to extern; append, base, drop_base, map_base: made robust against empty names; added qualified; extern: improved output for non-unique non-hidden names; name entry path superceded by general naming context; added reject_qualified, default_naming, add_path, no_base_names, custom_accesses, set_policy;
Tue, 31 May 2005 11:53:27 +0200 tuned arrangement of structures;
wenzelm [Tue, 31 May 2005 11:53:27 +0200] rev 16136
tuned arrangement of structures;
Tue, 31 May 2005 11:53:26 +0200 added eq_thms;
wenzelm [Tue, 31 May 2005 11:53:26 +0200] rev 16135
added eq_thms;
Tue, 31 May 2005 11:53:25 +0200 added qualified_names, no_base_names, custom_accesses, set_policy, restore_naming;
wenzelm [Tue, 31 May 2005 11:53:25 +0200] rev 16134
added qualified_names, no_base_names, custom_accesses, set_policy, restore_naming; tuned;
Tue, 31 May 2005 11:53:24 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:24 +0200] rev 16133
renamed cond_extern to extern; name entry path superceded by general naming context; added qualified_names, no_base_names, custom_accesses, set_policy, set_naming; replaced NameSpace.extend by context-dependent declare_name; removed full_name'; tuned;
Tue, 31 May 2005 11:53:23 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:23 +0200] rev 16132
renamed cond_extern to extern; removed note_thmss_accesses(_i) -- functionality covered by general naming context;
Tue, 31 May 2005 11:53:22 +0200 tuned msg;
wenzelm [Tue, 31 May 2005 11:53:22 +0200] rev 16131
tuned msg;
Tue, 31 May 2005 11:53:21 +0200 added nth_prem;
wenzelm [Tue, 31 May 2005 11:53:21 +0200] rev 16130
added nth_prem;
Tue, 31 May 2005 11:53:20 +0200 export filter;
wenzelm [Tue, 31 May 2005 11:53:20 +0200] rev 16129
export filter; remove: generalized type;
Tue, 31 May 2005 11:53:19 +0200 Sign.declare_name replaces NameSpace.extend;
wenzelm [Tue, 31 May 2005 11:53:19 +0200] rev 16128
Sign.declare_name replaces NameSpace.extend; tuned;
Tue, 31 May 2005 11:53:18 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:18 +0200] rev 16127
renamed cond_extern to extern; NameSpace.path_of naming;
Tue, 31 May 2005 11:53:17 +0200 fixed outer syntax: allow type_args with parentheses;
wenzelm [Tue, 31 May 2005 11:53:17 +0200] rev 16126
fixed outer syntax: allow type_args with parentheses;
Tue, 31 May 2005 11:53:16 +0200 proper use of Sign.full_name;
wenzelm [Tue, 31 May 2005 11:53:16 +0200] rev 16125
proper use of Sign.full_name;
Tue, 31 May 2005 11:53:15 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:15 +0200] rev 16124
renamed cond_extern to extern; NameSpace.qualified;
Tue, 31 May 2005 11:53:14 +0200 Theory.restore_naming;
wenzelm [Tue, 31 May 2005 11:53:14 +0200] rev 16123
Theory.restore_naming;
Tue, 31 May 2005 11:53:13 +0200 renamed cond_extern to extern;
wenzelm [Tue, 31 May 2005 11:53:13 +0200] rev 16122
renamed cond_extern to extern;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip